| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| Modifier and Type | Method and Description |
|---|---|
default StartDocumentTextDetectionResponse |
TextractClient.startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
default StartDocumentTextDetectionResponse |
TextractClient.startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDocumentTextDetectionResponse> |
TextractAsyncClient.startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
default CompletableFuture<StartDocumentTextDetectionResponse> |
TextractAsyncClient.startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
Copyright © 2023. All rights reserved.