Class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment
A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndIndex
TextSegment half open end UTF-8 char index in the Document.text.
Declaration
[JsonProperty("endIndex")]
public virtual long? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |
StartIndex
TextSegment start UTF-8 char index in the Document.text.
Declaration
[JsonProperty("startIndex")]
public virtual long? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |