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