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"]],[["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 provides details for image object detection annotations within the Google Cloud AutoML V1 library."],["Version 3.4.0 is the latest available version, while this content focuses on version 2.5.0 of the `ImageObjectDetectionAnnotation`."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties like `BoundingBox`, which defines the object's location, and `Score`, representing the confidence level of the annotation's accuracy."],["There are two constructors available for creating `ImageObjectDetectionAnnotation` objects: a default constructor and one that copies properties from another `ImageObjectDetectionAnnotation` object."]]],[]]