| 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<StartDocumentTextDetectionResult> |
AmazonTextractAsync.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler)
Starts the asynchronous detection of text in a document.
|
Future<StartDocumentTextDetectionResult> |
AbstractAmazonTextractAsync.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest request,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler) |
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsyncClient.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest request,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.clone() |
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withClientRequestToken(String clientRequestToken)
The idempotent token that's used to identify the start request.
|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withJobTag(String jobTag)
An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.
|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
Copyright © 2020. All rights reserved.