Uses of Interface
com.google.cloud.documentai.v1beta1.Document.Page.BlockOrBuilder
-
Packages that use Document.Page.BlockOrBuilder Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of Document.Page.BlockOrBuilder in com.google.cloud.documentai.v1beta1
Classes in com.google.cloud.documentai.v1beta1 that implement Document.Page.BlockOrBuilder Modifier and Type Class Description static class
Document.Page.Block
A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.static class
Document.Page.Block.Builder
A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.Methods in com.google.cloud.documentai.v1beta1 that return Document.Page.BlockOrBuilder Modifier and Type Method Description Document.Page.BlockOrBuilder
Document.Page.Builder. getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.Document.Page.BlockOrBuilder
Document.Page. getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.Document.Page.BlockOrBuilder
Document.PageOrBuilder. getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type Document.Page.BlockOrBuilder Modifier and Type Method Description List<? extends Document.Page.BlockOrBuilder>
Document.Page.Builder. getBlocksOrBuilderList()
A list of visually detected text blocks on the page.List<? extends Document.Page.BlockOrBuilder>
Document.Page. getBlocksOrBuilderList()
A list of visually detected text blocks on the page.List<? extends Document.Page.BlockOrBuilder>
Document.PageOrBuilder. getBlocksOrBuilderList()
A list of visually detected text blocks on the page.
-