| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| software.amazon.awssdk.services.textract.model |
| 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 CompletableFuture<GetLendingAnalysisSummaryResponse> |
TextractAsyncClient.getLendingAnalysisSummary(Consumer<GetLendingAnalysisSummaryRequest.Builder> getLendingAnalysisSummaryRequest)
Gets summarized results for the
StartLendingAnalysis operation, which analyzes text in a lending
document. |
| Modifier and Type | Method and Description |
|---|---|
static GetLendingAnalysisSummaryRequest.Builder |
GetLendingAnalysisSummaryRequest.builder() |
GetLendingAnalysisSummaryRequest.Builder |
GetLendingAnalysisSummaryRequest.Builder.jobId(String jobId)
A unique identifier for the lending or text-detection job.
|
GetLendingAnalysisSummaryRequest.Builder |
GetLendingAnalysisSummaryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLendingAnalysisSummaryRequest.Builder |
GetLendingAnalysisSummaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLendingAnalysisSummaryRequest.Builder |
GetLendingAnalysisSummaryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLendingAnalysisSummaryRequest.Builder> |
GetLendingAnalysisSummaryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.