Uses of Interface
com.google.cloud.documentai.v1.Document.ShardInfoOrBuilder
-
Packages that use Document.ShardInfoOrBuilder Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.ShardInfoOrBuilder in com.google.cloud.documentai.v1
Classes in com.google.cloud.documentai.v1 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.v1 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.
-