| Package | Description |
|---|---|
| com.amazonaws.services.textract | |
| com.amazonaws.services.textract.model |
Classes modeling the various types represented by AmazonTextract
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentTextDetectionResult |
AmazonTextractClient.getDocumentTextDetection(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
|
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 getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
|
Future<GetDocumentTextDetectionResult> |
AmazonTextractAsync.getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
|
Future<GetDocumentTextDetectionResult> |
AmazonTextractAsyncClient.getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest,
AsyncHandler<GetDocumentTextDetectionRequest,GetDocumentTextDetectionResult> asyncHandler)
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDocumentTextDetectionResult> |
AmazonTextractAsyncClient.getDocumentTextDetectionAsync(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest,
AsyncHandler<GetDocumentTextDetectionRequest,GetDocumentTextDetectionResult> asyncHandler)
Gets the results for an Amazon Textract asynchronous operation that
detects text in a document.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.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)
The current status of an asynchronous document text-detection operation.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document text-detection
operation.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the document text-detection
operation.
|
Copyright © 2019. All rights reserved.