| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
AnalyzeDocumentResponse.blocks()
The items that are detected and analyzed by
AnalyzeDocument. |
List<Block> |
GetDocumentTextDetectionResponse.blocks()
The results of the text-detection operation.
|
List<Block> |
GetDocumentAnalysisResponse.blocks()
The results of the text-analysis operation.
|
List<Block> |
DetectDocumentTextResponse.blocks()
An array of
Block objects that contain the text that's detected in the document. |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Block... blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Block... blocks)
The results of the text-detection operation.
|
GetDocumentAnalysisResponse.Builder |
GetDocumentAnalysisResponse.Builder.blocks(Block... blocks)
The results of the text-analysis operation.
|
DetectDocumentTextResponse.Builder |
DetectDocumentTextResponse.Builder.blocks(Block... blocks)
An array of
Block objects that contain the text that's detected in the document. |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Collection<Block> blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Collection<Block> blocks)
The results of the text-detection operation.
|
GetDocumentAnalysisResponse.Builder |
GetDocumentAnalysisResponse.Builder.blocks(Collection<Block> blocks)
The results of the text-analysis operation.
|
DetectDocumentTextResponse.Builder |
DetectDocumentTextResponse.Builder.blocks(Collection<Block> blocks)
An array of
Block objects that contain the text that's detected in the document. |
Copyright © 2022. All rights reserved.