public sealed class LocalizedObjectAnnotation : IMessage<LocalizedObjectAnnotation>, IEquatable<LocalizedObjectAnnotation>, IDeepCloneable<LocalizedObjectAnnotation>, 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 `LocalizedObjectAnnotation` class represents a set of detected objects with bounding boxes, serving as a fundamental element for object detection within images."],["It is part of the `Google.Cloud.Vision.V1` namespace and the `Google.Cloud.Vision.V1.dll` assembly, with the latest documented version being 3.7.0, but version 2.4.0 is what this webpage is specifically referencing."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["Key properties of `LocalizedObjectAnnotation` include `BoundingPoly`, `LanguageCode`, `Mid`, `Name`, and `Score`, which collectively describe the location, language, ID, name, and confidence level of the detected object."],["The class offers two constructors, a default constructor, and one that takes another `LocalizedObjectAnnotation` as a parameter for creating a copy."]]],[]]