Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Block |
Block.Builder.build() |
Block |
Block.Builder.buildPartial() |
Block |
PageOrBuilder.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 |
Page.Builder.getBlocks(int index)
List of blocks of text, images etc on this page.
|
static Block |
Block.getDefaultInstance() |
Block |
Block.getDefaultInstanceForType() |
Block |
Block.Builder.getDefaultInstanceForType() |
static Block |
Block.parseDelimitedFrom(InputStream input) |
static Block |
Block.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(byte[] data) |
static Block |
Block.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(ByteBuffer data) |
static Block |
Block.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(ByteString data) |
static Block |
Block.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(CodedInputStream input) |
static Block |
Block.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Block |
Block.parseFrom(InputStream input) |
static Block |
Block.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Block> |
PageOrBuilder.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> |
Page.Builder.getBlocksList()
List of blocks of text, images etc on this page.
|
Parser<Block> |
Block.getParserForType() |
static Parser<Block> |
Block.parser() |
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.addBlocks(Block value)
List of blocks of text, images etc on this page.
|
Page.Builder |
Page.Builder.addBlocks(int index,
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.
|
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.addAllBlocks(Iterable<? extends Block> values)
List of blocks of text, images etc on this page.
|
Copyright © 2022 Google LLC. All rights reserved.