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 Google Cloud Data Labeling v1beta1 API and is used to define image classification annotations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling and deep cloning."],["The latest version of this class is 2.0.0-beta05, with previous versions also documented."],["`ImageClassificationAnnotation` has properties like `AnnotationSpec`, which sets or retrieves the label for the image."],["It inherits members from `object` such as `GetHashCode()`, `GetType()`, and `ToString()`, as well as offering two constructors, one that is empty, and one which takes in another `ImageClassificationAnnotation` object."]]],[]]