| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
Classes modeling the various types represented by AmazonTextract
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.withBlockType(BlockType blockType)
The type of text that's recognized in a block.
|
Block |
Block.withBlockType(String blockType)
The type of text that's recognized in a block.
|
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 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(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 in which a block was detected.
|
Block |
Block.withRelationships(Collection<Relationship> relationships)
A list of child blocks of the current block.
|
Block |
Block.withRelationships(Relationship... relationships)
A list of child blocks of the current block.
|
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 spans.
|
Block |
Block.withSelectionStatus(SelectionStatus selectionStatus)
The selection status of a selectable element such as a radio button or
checkbox.
|
Block |
Block.withSelectionStatus(String selectionStatus)
The selection status of a selectable element such as a radio button or
checkbox.
|
Block |
Block.withText(String text)
The word or line of text that's recognized by Amazon Textract.
|
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
GetDocumentTextDetectionResult.getBlocks()
The results of the text-detection operation.
|
List<Block> |
GetDocumentAnalysisResult.getBlocks()
The results of the text analysis operation.
|
List<Block> |
DetectDocumentTextResult.getBlocks()
An array of Block objects containing the text detected in the document.
|
List<Block> |
AnalyzeDocumentResult.getBlocks()
The text that's detected and analyzed by
AnalyzeDocument. |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withBlocks(Block... blocks)
The results of the text-detection operation.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withBlocks(Block... blocks)
The results of the text analysis operation.
|
DetectDocumentTextResult |
DetectDocumentTextResult.withBlocks(Block... blocks)
An array of Block objects containing the text detected in the document.
|
AnalyzeDocumentResult |
AnalyzeDocumentResult.withBlocks(Block... blocks)
The text that's detected and analyzed by
AnalyzeDocument. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDocumentTextDetectionResult.setBlocks(Collection<Block> blocks)
The results of the text-detection operation.
|
void |
GetDocumentAnalysisResult.setBlocks(Collection<Block> blocks)
The results of the text analysis operation.
|
void |
DetectDocumentTextResult.setBlocks(Collection<Block> blocks)
An array of Block objects containing the text detected in the document.
|
void |
AnalyzeDocumentResult.setBlocks(Collection<Block> blocks)
The text that's detected and analyzed by
AnalyzeDocument. |
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withBlocks(Collection<Block> blocks)
The results of the text-detection operation.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withBlocks(Collection<Block> blocks)
The results of the text analysis operation.
|
DetectDocumentTextResult |
DetectDocumentTextResult.withBlocks(Collection<Block> blocks)
An array of Block objects containing the text detected in the document.
|
AnalyzeDocumentResult |
AnalyzeDocumentResult.withBlocks(Collection<Block> blocks)
The text that's detected and analyzed by
AnalyzeDocument. |
Copyright © 2019. All rights reserved.