GoogleCloudDocumentaiV1DocumentShardInfoArgs

data class GoogleCloudDocumentaiV1DocumentShardInfoArgs(val shardCount: Output<String>? = null, val shardIndex: Output<String>? = null, val textOffset: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentShardInfoArgs>

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

constructor(shardCount: Output<String>? = null, shardIndex: Output<String>? = null, textOffset: Output<String>? = null)

Properties

Link copied to clipboard
val shardCount: Output<String>? = null

Total number of shards.

Link copied to clipboard
val shardIndex: Output<String>? = null

The 0-based index of this shard.

Link copied to clipboard
val textOffset: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentShardInfoArgs