Cloud AI Platform v1beta1 API - Class TextClassificationAnnotation (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextClassificationAnnotation.

Annotation details specific to text classification.

Inheritance

object > TextClassificationAnnotation

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TextClassificationAnnotation()

public TextClassificationAnnotation()

TextClassificationAnnotation(TextClassificationAnnotation)

public TextClassificationAnnotation(TextClassificationAnnotation other)
Parameter
Name Description
other TextClassificationAnnotation

Properties

AnnotationSpecId

public string AnnotationSpecId { get; set; }

The resource Id of the AnnotationSpec that this Annotation pertains to.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

The display name of the AnnotationSpec that this Annotation pertains to.

Property Value
Type Description
string