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