| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.blockType(BlockType blockType)
The block represents a line of text or one word of text.
|
Block.Builder |
Block.Builder.blockType(String blockType)
The block represents a line of text or one word of text.
|
static Block.Builder |
Block.builder() |
default Block.Builder |
Block.Builder.geometry(Consumer<Geometry.Builder> geometry)
Co-ordinates of the rectangle or polygon that contains the text.
|
Block.Builder |
Block.Builder.geometry(Geometry geometry)
Co-ordinates of the rectangle or polygon that contains the text.
|
Block.Builder |
Block.Builder.id(String id)
Unique identifier for the block.
|
Block.Builder |
Block.Builder.page(Integer page)
Page number where the block appears.
|
Block.Builder |
Block.Builder.relationships(Collection<RelationshipsListItem> relationships)
A list of child blocks of the current block.
|
Block.Builder |
Block.Builder.relationships(Consumer<RelationshipsListItem.Builder>... relationships)
A list of child blocks of the current block.
|
Block.Builder |
Block.Builder.relationships(RelationshipsListItem... relationships)
A list of child blocks of the current block.
|
Block.Builder |
Block.Builder.text(String text)
The word or line of text extracted from the block.
|
Block.Builder |
Block.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Block.Builder> |
Block.serializableBuilderClass() |
Copyright © 2023. All rights reserved.