| 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.
|
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 |
|---|---|
GetDocumentTextDetectionRequest |
GetDocumentTextDetectionRequest.withJobId(String jobId)
A unique identifier for the text detection job.
|
GetDocumentTextDetectionRequest |
GetDocumentTextDetectionRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
GetDocumentTextDetectionRequest |
GetDocumentTextDetectionRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there are more blocks to
retrieve), Amazon Textract returns a pagination token in the response.
|
Copyright © 2019. All rights reserved.