| 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 |
|---|---|
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 |
|---|---|
GetDocumentTextDetectionRequest |
GetDocumentTextDetectionRequest.clone() |
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 © 2022. All rights reserved.