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 latest version available for `ImageObjectDetectionAnnotation` is 3.4.0, with versions ranging from 2.2.0 to 3.4.0 provided as options."],["The `ImageObjectDetectionAnnotation` class provides details for image object detection, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors, one default and one that takes another `ImageObjectDetectionAnnotation` as a parameter, for building instances of this class."],["`ImageObjectDetectionAnnotation` has two properties: `BoundingBox`, which is a `BoundingPoly` type, representing the object's location, and `Score`, a float type indicating the confidence level of the annotation."]]],[]]