public sealed class TextClassificationAnnotation : IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class TextClassificationAnnotation.
[[["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 `TextClassificationAnnotation` class within the Google Cloud Data Labeling v1beta1 API, specifically version 2.0.0-beta04."],["`TextClassificationAnnotation` is a class used for text classification annotations and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and one that accepts another `TextClassificationAnnotation` object as a parameter."],["The `TextClassificationAnnotation` class contains a single property, `AnnotationSpec`, which represents the label of the text being annotated and is of type `AnnotationSpec`."]]],[]]