public sealed class TextClassificationAnnotation : IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TextClassificationAnnotation.
Annotation details specific to text 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 documentation details the `TextClassificationAnnotation` class within the Vertex AI v1beta1 API, providing reference information and code samples."],["The `TextClassificationAnnotation` class is used for specifying annotation details in text classification tasks and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `AnnotationSpecId` and `DisplayName`, which hold the resource ID and the display name of the associated AnnotationSpec, respectively."],["The `TextClassificationAnnotation` class has two constructors, one default and one that takes another `TextClassificationAnnotation` object as a parameter."]]],[]]