| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.blockType(BlockType blockType)
The type of text item that's recognized.
|
Block.Builder |
Block.Builder.blockType(String blockType)
The type of text item that's recognized.
|
static Block.Builder |
Block.builder() |
Block.Builder |
Block.Builder.columnIndex(Integer columnIndex)
The column in which a table cell appears.
|
Block.Builder |
Block.Builder.columnSpan(Integer columnSpan)
The number of columns that a table cell spans.
|
Block.Builder |
Block.Builder.confidence(Float confidence)
The confidence score that Amazon Textract has in the accuracy of the recognized text and the accuracy of the
geometry points around the recognized text.
|
Block.Builder |
Block.Builder.entityTypes(Collection<EntityType> entityTypes)
The type of entity.
|
Block.Builder |
Block.Builder.entityTypes(EntityType... entityTypes)
The type of entity.
|
Block.Builder |
Block.Builder.entityTypesWithStrings(Collection<String> entityTypes)
The type of entity.
|
Block.Builder |
Block.Builder.entityTypesWithStrings(String... entityTypes)
The type of entity.
|
default Block.Builder |
Block.Builder.geometry(Consumer<Geometry.Builder> geometry)
The location of the recognized text on the image.
|
Block.Builder |
Block.Builder.geometry(Geometry geometry)
The location of the recognized text on the image.
|
Block.Builder |
Block.Builder.id(String id)
The identifier for the recognized text.
|
Block.Builder |
Block.Builder.page(Integer page)
The page on which a block was detected.
|
default Block.Builder |
Block.Builder.query(Consumer<Query.Builder> query)
This is a convenience method that creates an instance of the
Query.Builder avoiding the need to
create one manually via Query.builder(). |
Block.Builder |
Block.Builder.query(Query query)
|
Block.Builder |
Block.Builder.relationships(Collection<Relationship> relationships)
A list of child blocks of the current block.
|
Block.Builder |
Block.Builder.relationships(Consumer<Relationship.Builder>... relationships)
A list of child blocks of the current block.
|
Block.Builder |
Block.Builder.relationships(Relationship... relationships)
A list of child blocks of the current block.
|
Block.Builder |
Block.Builder.rowIndex(Integer rowIndex)
The row in which a table cell is located.
|
Block.Builder |
Block.Builder.rowSpan(Integer rowSpan)
The number of rows that a table cell spans.
|
Block.Builder |
Block.Builder.selectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
Block.Builder |
Block.Builder.selectionStatus(String selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
Block.Builder |
Block.Builder.text(String text)
The word or line of text that's recognized by Amazon Textract.
|
Block.Builder |
Block.Builder.textType(String textType)
The kind of text that Amazon Textract has detected.
|
Block.Builder |
Block.Builder.textType(TextType textType)
The kind of text that Amazon Textract has detected.
|
Block.Builder |
Block.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Block.Builder> |
Block.serializableBuilderClass() |
Copyright © 2023. All rights reserved.