Class TextClassificationAnnotation (1.0.0-beta03)

public sealed class TextClassificationAnnotation : IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, IBufferMessage, IMessage

Text classification annotation.

Inheritance

Object > TextClassificationAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

TextClassificationAnnotation()

public TextClassificationAnnotation()

TextClassificationAnnotation(TextClassificationAnnotation)

public TextClassificationAnnotation(TextClassificationAnnotation other)
Parameter
NameDescription
otherTextClassificationAnnotation

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

Label of the text.

Property Value
TypeDescription
AnnotationSpec