public sealed class ImageObjectDetectionAnnotation : IMessage<ImageObjectDetectionAnnotation>, IEquatable<ImageObjectDetectionAnnotation>, IDeepCloneable<ImageObjectDetectionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ImageObjectDetectionAnnotation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ImageObjectDetectionAnnotation` class in the Google AutoML v1 API provides annotation details for image object detection."],["This class is part of the `Google.Cloud.AutoML.V1` namespace and is available in multiple versions, with 3.4.0 being the latest."],["`ImageObjectDetectionAnnotation` includes properties for `BoundingBox`, representing the object's location, and `Score`, indicating the confidence of the annotation's positivity."],["The `ImageObjectDetectionAnnotation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that allows creating a new instance by cloning an existing `ImageObjectDetectionAnnotation`."]]],[]]