| 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 StartLendingAnalysisResponse |
TextractClient.startLendingAnalysis(Consumer<StartLendingAnalysisRequest.Builder> startLendingAnalysisRequest)
Starts the classification and analysis of an input document.
|
default StartLendingAnalysisResponse |
TextractClient.startLendingAnalysis(StartLendingAnalysisRequest startLendingAnalysisRequest)
Starts the classification and analysis of an input document.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartLendingAnalysisResponse> |
TextractAsyncClient.startLendingAnalysis(Consumer<StartLendingAnalysisRequest.Builder> startLendingAnalysisRequest)
Starts the classification and analysis of an input document.
|
default CompletableFuture<StartLendingAnalysisResponse> |
TextractAsyncClient.startLendingAnalysis(StartLendingAnalysisRequest startLendingAnalysisRequest)
Starts the classification and analysis of an input document.
|
Copyright © 2023. All rights reserved.