public static final class Page.Builder extends GeneratedMessageV3.Builder<Page.Builder> implements PageOrBuilder
Detected page from OCR.
Protobuf type google.cloud.vision.v1.Page
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Page.BuilderImplements
PageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllBlocks(Iterable<? extends Block> values)
public Page.Builder addAllBlocks(Iterable<? extends Block> values)
List of blocks of text, images etc on this page.
repeated .google.cloud.vision.v1.Block blocks = 4;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1.Block> |
Type | Description |
Page.Builder |
addBlocks(Block value)
public Page.Builder addBlocks(Block value)
List of blocks of text, images etc on this page.
repeated .google.cloud.vision.v1.Block blocks = 4;
Name | Description |
value | Block |
Type | Description |
Page.Builder |
addBlocks(Block.Builder builderForValue)
public Page.Builder addBlocks(Block.Builder builderForValue)
List of blocks of text, images etc on this page.
repeated .google.cloud.vision.v1.Block blocks = 4;
Name | Description |
builderForValue | Block.Builder |
Type | Description |
Page.Builder |
addBlocks(int index, Block value)
public Page.Builder addBlocks(int index, Block value)
List of blocks of text, images etc on this page.
repeated .google.cloud.vision.v1.Block blocks = 4;
Name | Description |
index | int |
value | Block |
Type | Description |
Page.Builder |
addBlocks(int index, Block.Builder builderForValue)
public Page.Builder addBlocks(int index, Block.Builder builderForValue)
List of blocks of text, images etc on this page.
repeated .google.cloud.vision.v1.Block blocks = 4;
Name | Description |
index | int |
builderForValue | Block.Builder |
Type | Description |
Page.Builder |
addBlocksBuilder()
public Block.Builder addBlocksBuilder()
List of blocks of text, images etc on this page.
repeated .google.cloud.vision.v1.Block blocks = 4;
Type | Description |