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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]