public sealed class ImageClassificationAnnotation : IMessage<ImageClassificationAnnotation>, IEquatable<ImageClassificationAnnotation>, IDeepCloneable<ImageClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 page provides reference documentation for the `ImageClassificationAnnotation` class within the Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta04."],["The `ImageClassificationAnnotation` class, found in the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace, is used for detailing annotations specific to image classification."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImageClassificationAnnotation` class includes properties like `AnnotationSpecId` and `DisplayName`, both of which are strings and relate to the AnnotationSpec associated with the annotation."],["The documentation details two constructors for creating `ImageClassificationAnnotation` objects: a default constructor and one that takes another `ImageClassificationAnnotation` instance as a parameter."]]],[]]