Class GoogleCloudDocumentaiV1beta3DocumentShardInfo
For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentShardInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ShardCount
Total number of shards.
Declaration
[JsonProperty("shardCount")]
public virtual long? ShardCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ShardIndex
The 0-based index of this shard.
Declaration
[JsonProperty("shardIndex")]
public virtual long? ShardIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |
TextOffset
The index of the first character in Document.text in the overall document global text.
Declaration
[JsonProperty("textOffset")]
public virtual long? TextOffset { get; set; }
Property Value
Type | Description |
---|---|
long? |