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