public sealed class TextClassificationAnnotation : IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, IBufferMessage, IMessage
Text classification annotation.
Implements
IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, 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 |