public sealed class TextExtractionAnnotation : IMessage<TextExtractionAnnotation>, IEquatable<TextExtractionAnnotation>, IDeepCloneable<TextExtractionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TextExtractionAnnotation.
Annotation details specific to text extraction.
Implements
IMessageTextExtractionAnnotation, IEquatableTextExtractionAnnotation, IDeepCloneableTextExtractionAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TextExtractionAnnotation()
public TextExtractionAnnotation()
TextExtractionAnnotation(TextExtractionAnnotation)
public TextExtractionAnnotation(TextExtractionAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
TextExtractionAnnotation |
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 |
TextSegment
public TextSegment TextSegment { get; set; }
The segment of the text content.
Property Value | |
---|---|
Type | Description |
TextSegment |