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"]],[["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-03-21 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`."]]],[]]