| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.clone() |
Block |
Block.withBlockType(BlockType blockType)
The block represents a line of text or one word of text.
|
Block |
Block.withBlockType(String blockType)
The block represents a line of text or one word of text.
|
Block |
Block.withGeometry(Geometry geometry)
Co-ordinates of the rectangle or polygon that contains the text.
|
Block |
Block.withId(String id)
Unique identifier for the block.
|
Block |
Block.withPage(Integer page)
Page number where the block appears.
|
Block |
Block.withRelationships(Collection<RelationshipsListItem> relationships)
A list of child blocks of the current block.
|
Block |
Block.withRelationships(RelationshipsListItem... relationships)
A list of child blocks of the current block.
|
Block |
Block.withText(String text)
The word or line of text extracted from the block.
|
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
DetectEntitiesResult.getBlocks()
Information about each block of text in the input document.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResult |
DetectEntitiesResult.withBlocks(Block... blocks)
Information about each block of text in the input document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectEntitiesResult.setBlocks(Collection<Block> blocks)
Information about each block of text in the input document.
|
DetectEntitiesResult |
DetectEntitiesResult.withBlocks(Collection<Block> blocks)
Information about each block of text in the input document.
|
Copyright © 2024. All rights reserved.