| 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 |
|---|---|
StartDocumentTextDetectionResult |
AbstractAmazonTextract.startDocumentTextDetection(StartDocumentTextDetectionRequest request) |
StartDocumentTextDetectionResult |
AmazonTextractClient.startDocumentTextDetection(StartDocumentTextDetectionRequest request)
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 request,
AsyncHandler<StartDocumentTextDetectionRequest,StartDocumentTextDetectionResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
StartDocumentTextDetectionResult |
StartDocumentTextDetectionResult.clone() |
StartDocumentTextDetectionResult |
StartDocumentTextDetectionResult.withJobId(String jobId)
The identifier of the text detection job for the document.
|
Copyright © 2021. All rights reserved.