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-03-21 UTC."],[[["This webpage documents the `ImageObjectDetectionAnnotation` class, which provides details for image object detection within the `Google.Cloud.AutoML.V1` namespace."],["The `ImageObjectDetectionAnnotation` class, found in version 2.2.0 and within the Google.Cloud.AutoML.V1.dll assembly, includes properties for `BoundingBox` (representing the object's location) and `Score` (indicating confidence in the annotation's positivity)."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the base `Object` class, inheriting members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The webpage provides a list of previous versions of the class starting from version 2.2.0 up until version 3.4.0, which is the latest."]]],[]]