GoogleCloudDocumentaiV1DocumentShardInfoResponse

data class GoogleCloudDocumentaiV1DocumentShardInfoResponse(val shardCount: String, val shardIndex: String, val textOffset: String)

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.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Total number of shards.

Link copied to clipboard

The 0-based index of this shard.

Link copied to clipboard

The index of the first character in Document.text in the overall document global text.