Uses of Interface
com.google.cloud.documentai.v1beta3.Document.ShardInfoOrBuilder
-
Packages that use Document.ShardInfoOrBuilder Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of Document.ShardInfoOrBuilder in com.google.cloud.documentai.v1beta3
Classes in com.google.cloud.documentai.v1beta3 that implement Document.ShardInfoOrBuilder Modifier and Type Class Description static class
Document.ShardInfo
For a large document, sharding may be performed to produce several document shards.static class
Document.ShardInfo.Builder
For a large document, sharding may be performed to produce several document shards.Methods in com.google.cloud.documentai.v1beta3 that return Document.ShardInfoOrBuilder Modifier and Type Method Description Document.ShardInfoOrBuilder
Document.Builder. getShardInfoOrBuilder()
Information about the sharding if this document is sharded part of a larger document.Document.ShardInfoOrBuilder
Document. getShardInfoOrBuilder()
Information about the sharding if this document is sharded part of a larger document.Document.ShardInfoOrBuilder
DocumentOrBuilder. getShardInfoOrBuilder()
Information about the sharding if this document is sharded part of a larger document.
-