| Package | Description |
|---|---|
| com.amazonaws.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResult |
AmazonTextractClient.getDocumentTextDetection(GetDocumentTextDetectionRequest request)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
GetDocumentTextDetectionResult |
AbstractAmazonTextract.getDocumentTextDetection(GetDocumentTextDetectionRequest request) |
GetDocumentTextDetectionResult |
AmazonTextract.getDocumentTextDetection(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDocumentTextDetectionResult> |
AmazonTextractAsyncClient.getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest request,
AsyncHandler<GetDocumentTextDetectionRequest,GetDocumentTextDetectionResult> asyncHandler) |
Future<GetDocumentTextDetectionResult> |
AmazonTextractAsync.getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest,
AsyncHandler<GetDocumentTextDetectionRequest,GetDocumentTextDetectionResult> asyncHandler)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
Future<GetDocumentTextDetectionResult> |
AbstractAmazonTextractAsync.getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest request,
AsyncHandler<GetDocumentTextDetectionRequest,GetDocumentTextDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.clone() |
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withBlocks(Block... blocks)
The results of the text-detection operation.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withBlocks(Collection<Block> blocks)
The results of the text-detection operation.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withDetectDocumentTextModelVersion(String detectDocumentTextModelVersion)
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withDocumentMetadata(DocumentMetadata documentMetadata)
Information about a document that Amazon Textract processed.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withJobStatus(JobStatus jobStatus)
The current status of the text detection job.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withJobStatus(String jobStatus)
The current status of the text detection job.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withNextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withStatusMessage(String statusMessage)
Returns if the detection job could not be completed.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
Copyright © 2024. All rights reserved.