public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ImageClassificationAnnotation.
[[["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 `ImageClassificationAnnotation` class is part of the Data Labeling v1beta1 API in the `Google.Cloud.DataLabeling.V1Beta1` namespace, used for defining image classification annotations."],["This class is sealed and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, message handling, and equality comparisons."],["The class inherits from the `object` class and includes properties such as `AnnotationSpec`, which represents the label of an image."],["There are two constructors available for `ImageClassificationAnnotation`, one default and one that takes another `ImageClassificationAnnotation` object as a parameter."],["The latest version of this resource is `2.0.0-beta05`, however this documentation is for version `2.0.0-beta04`."]]],[]]