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 Block
Block.Builder. build()
Block
Block.Builder. buildPartial()
Block
Page.Builder. getBlocks(int index)
List of blocks of text, images etc on this page.Block
Page. getBlocks(int index)
List of blocks of text, images etc on this page.Block
PageOrBuilder. getBlocks(int index)
List of blocks of text, images etc on this page.static Block
Block. getDefaultInstance()
Block
Block.Builder. getDefaultInstanceForType()
Block
Block. getDefaultInstanceForType()
static Block
Block. parseDelimitedFrom(InputStream input)
static Block
Block. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Block
Block. parseFrom(byte[] data)
static Block
Block. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Block
Block. parseFrom(com.google.protobuf.ByteString data)
static Block
Block. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Block
Block. parseFrom(com.google.protobuf.CodedInputStream input)
static Block
Block. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Block
Block. parseFrom(InputStream input)
static Block
Block. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Block
Block. parseFrom(ByteBuffer data)
static Block
Block. 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.Builder
Page.Builder. addBlocks(int index, Block value)
List of blocks of text, images etc on this page.Page.Builder
Page.Builder. addBlocks(Block value)
List of blocks of text, images etc on this page.Block.Builder
Block.Builder. mergeFrom(Block other)
static Block.Builder
Block. newBuilder(Block prototype)
Page.Builder
Page.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.Builder
Page.Builder. addAllBlocks(Iterable<? extends Block> values)
List of blocks of text, images etc on this page.
-