public sealed class ImageObjectDetectionAnnotation : IMessage<ImageObjectDetectionAnnotation>, IEquatable<ImageObjectDetectionAnnotation>, IDeepCloneable<ImageObjectDetectionAnnotation>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ImageObjectDetectionAnnotation` class provides details for image object detection within the `Google.Cloud.AutoML.V1` namespace."],["This class, found in version 2.4.0 of the library, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for robust functionality."],["`ImageObjectDetectionAnnotation` includes properties such as `BoundingBox`, representing the object's location, and `Score`, indicating the confidence level of the annotation."],["There are multiple versions available, with 3.4.0 being the latest version, and also includes versions going as far back as 2.2.0, allowing flexibility in the implementation."]]],[]]