Show / Hide Table of Contents

Class TextClassificationAnnotation

Text classification annotation.

Inheritance
System.Object
TextClassificationAnnotation
Implements
IMessage<TextClassificationAnnotation>
System.IEquatable<TextClassificationAnnotation>
IDeepCloneable<TextClassificationAnnotation>
Google.Protobuf.IBufferMessage
IMessage
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
Back to top