public sealed class TextClassificationAnnotation : IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 covers the `TextClassificationAnnotation` class, which is part of the Cloud AI Platform v1beta1 API in the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace."],["The `TextClassificationAnnotation` class provides details specific to text classification and inherits from the base `object` class, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, a default one and another that takes a `TextClassificationAnnotation` object as a parameter, providing flexibility in creating instances."],["`TextClassificationAnnotation` includes two properties, `AnnotationSpecId` and `DisplayName`, which are strings that hold information about the resource ID and display name of the related AnnotationSpec."]]],[]]