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.
Text classification annotation.
Implements
IMessageTextClassificationAnnotation, IEquatableTextClassificationAnnotation, IDeepCloneableTextClassificationAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
TextClassificationAnnotation()
public TextClassificationAnnotation()
TextClassificationAnnotation(TextClassificationAnnotation)
public TextClassificationAnnotation(TextClassificationAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
TextClassificationAnnotation |
Properties
AnnotationSpec
public AnnotationSpec AnnotationSpec { get; set; }
Label of the text.
Property Value | |
---|---|
Type | Description |
AnnotationSpec |