| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Page.Block
A block has a set of lines (collected into paragraphs) that have a
common line-spacing and orientation.
|
static class |
Document.Page.Block.Builder
A block has a set of lines (collected into paragraphs) that have a
common line-spacing and orientation.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Page.BlockOrBuilder |
Document.PageOrBuilder.getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.
|
Document.Page.BlockOrBuilder |
Document.Page.getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.
|
Document.Page.BlockOrBuilder |
Document.Page.Builder.getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Document.Page.BlockOrBuilder> |
Document.PageOrBuilder.getBlocksOrBuilderList()
A list of visually detected text blocks on the page.
|
List<? extends Document.Page.BlockOrBuilder> |
Document.Page.getBlocksOrBuilderList()
A list of visually detected text blocks on the page.
|
List<? extends Document.Page.BlockOrBuilder> |
Document.Page.Builder.getBlocksOrBuilderList()
A list of visually detected text blocks on the page.
|
Copyright © 2023 Google LLC. All rights reserved.