| 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 StartDocumentAnalysisResponse |
TextractClient.startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value
pairs, tables, and selection elements.
|
default StartDocumentAnalysisResponse |
TextractClient.startDocumentAnalysis(StartDocumentAnalysisRequest startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value
pairs, tables, and selection elements.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDocumentAnalysisResponse> |
TextractAsyncClient.startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value
pairs, tables, and selection elements.
|
default CompletableFuture<StartDocumentAnalysisResponse> |
TextractAsyncClient.startDocumentAnalysis(StartDocumentAnalysisRequest startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value
pairs, tables, and selection elements.
|
Copyright © 2023. All rights reserved.