Data Labeling v1beta1 API - Class TextClassificationAnnotation (2.0.0-beta03)

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.

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