Class GoogleCloudDocumentaiV1DocumentTextAnchor
Text reference indexing into the Document.text.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentTextAnchor : IDirectResponseSchema
Properties
Content
Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TextSegments
The text segments from the Document.text.
Declaration
[JsonProperty("textSegments")]
public virtual IList<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment> TextSegments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment> |