public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ImageClassificationAnnotation.
Annotation details specific to image classification.
[[["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 document provides reference information for the `ImageClassificationAnnotation` class within the Vertex AI v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace."],["The `ImageClassificationAnnotation` class is designed for handling annotation details in image classification tasks and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It is constructable with two methods, a default constructor or one that takes an `ImageClassificationAnnotation` object, and includes two properties `AnnotationSpecId` and `DisplayName` that manage aspects of the annotations."],["The latest version of this class is `1.0.0-beta21`, with a previous version of `1.0.0-beta20` available."]]],[]]