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."],[[["The latest version of the `TextClassificationAnnotation` class is 2.0.0-beta05, which is part of the Data Labeling v1beta1 API."],["This class, which is sealed, is a text classification annotation used for labeling text data, that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TextClassificationAnnotation` class inherits from `object` and has methods like `GetHashCode()`, `GetType()`, and `ToString()` from its base."],["It resides in the `Google.Cloud.DataLabeling.V1Beta1` namespace and is found in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."],["The class offers two constructors, one default and another to construct using an existing `TextClassificationAnnotation` object."]]],[]]