Cloud AI Platform v1beta1 API - Class TextExtractionAnnotation (1.0.0-beta03)

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.

Inheritance

object > TextExtractionAnnotation

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

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