| 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 GetLendingAnalysisSummaryResponse |
TextractClient.getLendingAnalysisSummary(Consumer<GetLendingAnalysisSummaryRequest.Builder> getLendingAnalysisSummaryRequest)
Gets summarized results for the
StartLendingAnalysis operation, which analyzes text in a lending
document. |
default GetLendingAnalysisSummaryResponse |
TextractClient.getLendingAnalysisSummary(GetLendingAnalysisSummaryRequest getLendingAnalysisSummaryRequest)
Gets summarized results for the
StartLendingAnalysis operation, which analyzes text in a lending
document. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLendingAnalysisSummaryResponse> |
TextractAsyncClient.getLendingAnalysisSummary(Consumer<GetLendingAnalysisSummaryRequest.Builder> getLendingAnalysisSummaryRequest)
Gets summarized results for the
StartLendingAnalysis operation, which analyzes text in a lending
document. |
default CompletableFuture<GetLendingAnalysisSummaryResponse> |
TextractAsyncClient.getLendingAnalysisSummary(GetLendingAnalysisSummaryRequest getLendingAnalysisSummaryRequest)
Gets summarized results for the
StartLendingAnalysis operation, which analyzes text in a lending
document. |
Copyright © 2023. All rights reserved.