public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, 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 provides documentation for the `ImageClassificationAnnotation` class, which is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace in the .NET library."],["The `ImageClassificationAnnotation` class is a sealed class that defines the structure for image classification annotations and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `Object` class and provides constructors for creating new instances, either default or copied from an existing `ImageClassificationAnnotation`."],["The class has one property, `AnnotationSpec`, which is of type `AnnotationSpec` and represents the label of the image being classified."],["The latest version of the class is 2.0.0-beta05, with previous versions 2.0.0-beta04 and 1.0.0-beta03 also available."]]],[]]