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.
Implements
IMessageTextClassificationAnnotation, IEquatableTextClassificationAnnotation, IDeepCloneableTextClassificationAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
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 |