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-25 UTC."],[[["The `ImageClassificationAnnotation` class in the Google Cloud AI Platform v1beta1 API provides details specific to image classification annotations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`ImageClassificationAnnotation` inherits from the base `object` class, providing fundamental methods like `GetHashCode`, `GetType`, and `ToString`."],["The class includes properties like `AnnotationSpecId` and `DisplayName` which represent the specific ID and display name for the corresponding annotation."],["The class contains 2 available constructors, a default one and another that accepts an `ImageClassificationAnnotation` instance."]]],[]]