| 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.
|
| 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 |
|---|---|
StartDocumentTextDetectionResult |
StartDocumentTextDetectionResult.withJobId(String jobId)
The identifier for the document text-detection job.
|
Copyright © 2019. All rights reserved.