Class TextClassificationAnnotation
Text classification annotation.
Inheritance
System.Object
TextClassificationAnnotation
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class TextClassificationAnnotation : IMessage<TextClassificationAnnotation>, IEquatable<TextClassificationAnnotation>, IDeepCloneable<TextClassificationAnnotation>, IBufferMessage, IMessage
Constructors
TextClassificationAnnotation()
Declaration
public TextClassificationAnnotation()
TextClassificationAnnotation(TextClassificationAnnotation)
Declaration
public TextClassificationAnnotation(TextClassificationAnnotation other)
Parameters
| Type | Name | Description |
|---|---|---|
| TextClassificationAnnotation | other |
Properties
AnnotationSpec
Label of the text.
Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationSpec |