| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.clone() |
Block |
Block.withBlockType(BlockType blockType)
The type of text item that's recognized.
|
Block |
Block.withBlockType(String blockType)
The type of text item that's recognized.
|
Block |
Block.withColumnIndex(Integer columnIndex)
The column in which a table cell appears.
|
Block |
Block.withColumnSpan(Integer columnSpan)
The number of columns that a table cell spans.
|
Block |
Block.withConfidence(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 |
Block.withEntityTypes(Collection<String> entityTypes)
The type of entity.
|
Block |
Block.withEntityTypes(EntityType... entityTypes)
The type of entity.
|
Block |
Block.withEntityTypes(String... entityTypes)
The type of entity.
|
Block |
Block.withGeometry(Geometry geometry)
The location of the recognized text on the image.
|
Block |
Block.withId(String id)
The identifier for the recognized text.
|
Block |
Block.withPage(Integer page)
The page on which a block was detected.
|
Block |
Block.withQuery(Query query)
|
Block |
Block.withRelationships(Collection<Relationship> relationships)
A list of relationship objects that describe how blocks are related to each other.
|
Block |
Block.withRelationships(Relationship... relationships)
A list of relationship objects that describe how blocks are related to each other.
|
Block |
Block.withRowIndex(Integer rowIndex)
The row in which a table cell is located.
|
Block |
Block.withRowSpan(Integer rowSpan)
The number of rows that a table cell spans.
|
Block |
Block.withSelectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
Block |
Block.withSelectionStatus(String selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
Block |
Block.withText(String text)
The word or line of text that's recognized by Amazon Textract.
|
Block |
Block.withTextType(String textType)
The kind of text that Amazon Textract has detected.
|
Block |
Block.withTextType(TextType textType)
The kind of text that Amazon Textract has detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
GetDocumentTextDetectionResult.getBlocks()
The results of the text-detection operation.
|
List<Block> |
DetectDocumentTextResult.getBlocks()
An array of
Block objects that contain the text that's detected in the document. |
List<Block> |
AnalyzeDocumentResult.getBlocks()
The items that are detected and analyzed by
AnalyzeDocument. |
List<Block> |
ExpenseDocument.getBlocks()
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
List<Block> |
GetDocumentAnalysisResult.getBlocks()
The results of the text-analysis operation.
|
List<Block> |
IdentityDocument.getBlocks()
Individual word recognition, as returned by document detection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withBlocks(Block... blocks)
The results of the text-detection operation.
|
DetectDocumentTextResult |
DetectDocumentTextResult.withBlocks(Block... blocks)
An array of
Block objects that contain the text that's detected in the document. |
AnalyzeDocumentResult |
AnalyzeDocumentResult.withBlocks(Block... blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
ExpenseDocument |
ExpenseDocument.withBlocks(Block... blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withBlocks(Block... blocks)
The results of the text-analysis operation.
|
IdentityDocument |
IdentityDocument.withBlocks(Block... blocks)
Individual word recognition, as returned by document detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDocumentTextDetectionResult.setBlocks(Collection<Block> blocks)
The results of the text-detection operation.
|
void |
DetectDocumentTextResult.setBlocks(Collection<Block> blocks)
An array of
Block objects that contain the text that's detected in the document. |
void |
AnalyzeDocumentResult.setBlocks(Collection<Block> blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
void |
ExpenseDocument.setBlocks(Collection<Block> blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
void |
GetDocumentAnalysisResult.setBlocks(Collection<Block> blocks)
The results of the text-analysis operation.
|
void |
IdentityDocument.setBlocks(Collection<Block> blocks)
Individual word recognition, as returned by document detection.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withBlocks(Collection<Block> blocks)
The results of the text-detection operation.
|
DetectDocumentTextResult |
DetectDocumentTextResult.withBlocks(Collection<Block> blocks)
An array of
Block objects that contain the text that's detected in the document. |
AnalyzeDocumentResult |
AnalyzeDocumentResult.withBlocks(Collection<Block> blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
ExpenseDocument |
ExpenseDocument.withBlocks(Collection<Block> blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withBlocks(Collection<Block> blocks)
The results of the text-analysis operation.
|
IdentityDocument |
IdentityDocument.withBlocks(Collection<Block> blocks)
Individual word recognition, as returned by document detection.
|
Copyright © 2023. All rights reserved.