Uses of Interface
com.google.cloud.documentai.v1beta3.Document.Page.BlockOrBuilder
-
Packages that use Document.Page.BlockOrBuilder Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of Document.Page.BlockOrBuilder in com.google.cloud.documentai.v1beta3
Classes in com.google.cloud.documentai.v1beta3 that implement Document.Page.BlockOrBuilder Modifier and Type Class Description static classDocument.Page.BlockA block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.static classDocument.Page.Block.BuilderA block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.Methods in com.google.cloud.documentai.v1beta3 that return Document.Page.BlockOrBuilder Modifier and Type Method Description Document.Page.BlockOrBuilderDocument.Page.Builder. getBlocksOrBuilder(int index)A list of visually detected text blocks on the page.Document.Page.BlockOrBuilderDocument.Page. getBlocksOrBuilder(int index)A list of visually detected text blocks on the page.Document.Page.BlockOrBuilderDocument.PageOrBuilder. getBlocksOrBuilder(int index)A list of visually detected text blocks on the page.Methods in com.google.cloud.documentai.v1beta3 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.
-