GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Collection<Block> blocks) |
The results of the text-detection operation.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Consumer<Block.Builder>... blocks) |
The results of the text-detection operation.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.blocks(Block... blocks) |
The results of the text-detection operation.
|
static GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.builder() |
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.detectDocumentTextModelVersion(String detectDocumentTextModelVersion) |
default GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata) |
Information about a document that Amazon Textract processed.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.documentMetadata(DocumentMetadata documentMetadata) |
Information about a document that Amazon Textract processed.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.jobStatus(String jobStatus) |
The current status of the text detection job.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.jobStatus(JobStatus jobStatus) |
The current status of the text detection job.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.nextToken(String nextToken) |
If the response is truncated, Amazon Textract returns this token.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.statusMessage(String statusMessage) |
Returns if the detection job could not be completed.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.toBuilder() |
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.warnings(Collection<Warning> warnings) |
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.warnings(Consumer<Warning.Builder>... warnings) |
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.warnings(Warning... warnings) |
A list of warnings that occurred during the text-detection operation for the document.
|