| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
GetDocumentTextDetectionResponse.blocks()
The results of the text-detection operation.
|
List<Block> |
AnalyzeDocumentResponse.blocks()
The items that are detected and analyzed by
AnalyzeDocument. |
List<Block> |
IdentityDocument.blocks()
Individual word recognition, as returned by document detection.
|
List<Block> |
DetectDocumentTextResponse.blocks()
An array of
Block objects that contain the text that's detected in the document. |
List<Block> |
GetDocumentAnalysisResponse.blocks()
The results of the text-analysis operation.
|
List<Block> |
ExpenseDocument.blocks()
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Block... blocks)
The results of the text-detection operation.
|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Block... blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
IdentityDocument.Builder |
IdentityDocument.Builder.blocks(Block... blocks)
Individual word recognition, as returned by document detection.
|
DetectDocumentTextResponse.Builder |
DetectDocumentTextResponse.Builder.blocks(Block... blocks)
An array of
Block objects that contain the text that's detected in the document. |
GetDocumentAnalysisResponse.Builder |
GetDocumentAnalysisResponse.Builder.blocks(Block... blocks)
The results of the text-analysis operation.
|
ExpenseDocument.Builder |
ExpenseDocument.Builder.blocks(Block... blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Collection<Block> blocks)
The results of the text-detection operation.
|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Collection<Block> blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
IdentityDocument.Builder |
IdentityDocument.Builder.blocks(Collection<Block> blocks)
Individual word recognition, as returned by document detection.
|
DetectDocumentTextResponse.Builder |
DetectDocumentTextResponse.Builder.blocks(Collection<Block> blocks)
An array of
Block objects that contain the text that's detected in the document. |
GetDocumentAnalysisResponse.Builder |
GetDocumentAnalysisResponse.Builder.blocks(Collection<Block> blocks)
The results of the text-analysis operation.
|
ExpenseDocument.Builder |
ExpenseDocument.Builder.blocks(Collection<Block> blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
Copyright © 2023. All rights reserved.