Uses of Class
com.google.cloud.documentai.v1.Document.Page.Block
-
Packages that use Document.Page.Block Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Page.Block in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return Document.Page.Block Modifier and Type Method Description Document.Page.Block
Document.Page.Block.Builder. build()
Document.Page.Block
Document.Page.Block.Builder. buildPartial()
Document.Page.Block
Document.Page.Builder. getBlocks(int index)
A list of visually detected text blocks on the page.Document.Page.Block
Document.Page. getBlocks(int index)
A list of visually detected text blocks on the page.Document.Page.Block
Document.PageOrBuilder. getBlocks(int index)
A list of visually detected text blocks on the page.static Document.Page.Block
Document.Page.Block. getDefaultInstance()
Document.Page.Block
Document.Page.Block.Builder. getDefaultInstanceForType()
Document.Page.Block
Document.Page.Block. getDefaultInstanceForType()
static Document.Page.Block
Document.Page.Block. parseDelimitedFrom(InputStream input)
static Document.Page.Block
Document.Page.Block. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Block
Document.Page.Block. parseFrom(byte[] data)
static Document.Page.Block
Document.Page.Block. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Block
Document.Page.Block. parseFrom(com.google.protobuf.ByteString data)
static Document.Page.Block
Document.Page.Block. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Block
Document.Page.Block. parseFrom(com.google.protobuf.CodedInputStream input)
static Document.Page.Block
Document.Page.Block. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Block
Document.Page.Block. parseFrom(InputStream input)
static Document.Page.Block
Document.Page.Block. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document.Page.Block
Document.Page.Block. parseFrom(ByteBuffer data)
static Document.Page.Block
Document.Page.Block. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type Document.Page.Block Modifier and Type Method Description List<Document.Page.Block>
Document.Page.Builder. getBlocksList()
A list of visually detected text blocks on the page.List<Document.Page.Block>
Document.Page. getBlocksList()
A list of visually detected text blocks on the page.List<Document.Page.Block>
Document.PageOrBuilder. getBlocksList()
A list of visually detected text blocks on the page.com.google.protobuf.Parser<Document.Page.Block>
Document.Page.Block. getParserForType()
static com.google.protobuf.Parser<Document.Page.Block>
Document.Page.Block. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type Document.Page.Block Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addBlocks(int index, Document.Page.Block value)
A list of visually detected text blocks on the page.Document.Page.Builder
Document.Page.Builder. addBlocks(Document.Page.Block value)
A list of visually detected text blocks on the page.Document.Page.Block.Builder
Document.Page.Block.Builder. mergeFrom(Document.Page.Block other)
static Document.Page.Block.Builder
Document.Page.Block. newBuilder(Document.Page.Block prototype)
Document.Page.Builder
Document.Page.Builder. setBlocks(int index, Document.Page.Block value)
A list of visually detected text blocks on the page.Method parameters in com.google.cloud.documentai.v1 with type arguments of type Document.Page.Block Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addAllBlocks(Iterable<? extends Document.Page.Block> values)
A list of visually detected text blocks on the page.
-