| 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 |
|---|---|
StartDocumentTextDetectionResult |
AmazonTextractClient.startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
StartDocumentTextDetectionResult |
AmazonTextract.startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsyncClient.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsync.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsyncClient.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler)
Starts the asynchronous detection of text in a document.
|
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsync.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler)
Starts the asynchronous detection of text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsyncClient.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler)
Starts the asynchronous detection of text in a document.
|
Future<StartDocumentTextDetectionResult> |
AmazonTextractAsync.startDocumentTextDetectionAsync(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler)
Starts the asynchronous detection of text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
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 you specify that's included in the completion notification
that's 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 © 2019. All rights reserved.