| Modifier and Type | Method and Description |
|---|---|
Document.Page.Block |
Document.Page.Block.Builder.build() |
Document.Page.Block |
Document.Page.Block.Builder.buildPartial() |
Document.Page.Block |
Document.PageOrBuilder.getBlocks(int index)
A list of visually detected text blocks on the page.
|
Document.Page.Block |
Document.Page.getBlocks(int index)
A list of visually detected text blocks on the page.
|
Document.Page.Block |
Document.Page.Builder.getBlocks(int index)
A list of visually detected text blocks on the page.
|
static Document.Page.Block |
Document.Page.Block.getDefaultInstance() |
Document.Page.Block |
Document.Page.Block.getDefaultInstanceForType() |
Document.Page.Block |
Document.Page.Block.Builder.getDefaultInstanceForType() |
static Document.Page.Block |
Document.Page.Block.parseDelimitedFrom(InputStream input) |
static Document.Page.Block |
Document.Page.Block.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Block |
Document.Page.Block.parseFrom(byte[] data) |
static Document.Page.Block |
Document.Page.Block.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Block |
Document.Page.Block.parseFrom(ByteBuffer data) |
static Document.Page.Block |
Document.Page.Block.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Block |
Document.Page.Block.parseFrom(com.google.protobuf.ByteString data) |
static Document.Page.Block |
Document.Page.Block.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Block |
Document.Page.Block.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document.Page.Block |
Document.Page.Block.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Block |
Document.Page.Block.parseFrom(InputStream input) |
static Document.Page.Block |
Document.Page.Block.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Document.Page.Block> |
Document.PageOrBuilder.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.Page.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
Document.Page.Builder |
Document.Page.Builder.addBlocks(Document.Page.Block value)
A list of visually detected text blocks on the page.
|
Document.Page.Builder |
Document.Page.Builder.addBlocks(int index,
Document.Page.Block value)
A list of visually detected text blocks on the page.
|
Document.Page.Block.Builder |
Document.Page.Block.Builder.mergeFrom(Document.Page.Block other) |
static Document.Page.Block.Builder |
Document.Page.Block.newBuilder(Document.Page.Block prototype) |
Document.Page.Builder |
Document.Page.Builder.setBlocks(int index,
Document.Page.Block value)
A list of visually detected text blocks on the page.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Page.Builder |
Document.Page.Builder.addAllBlocks(Iterable<? extends Document.Page.Block> values)
A list of visually detected text blocks on the page.
|
Copyright © 2023 Google LLC. All rights reserved.