| 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 GetLendingAnalysisResponse |
TextractClient.getLendingAnalysis(Consumer<GetLendingAnalysisRequest.Builder> getLendingAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a lending document.
|
default CompletableFuture<GetLendingAnalysisResponse> |
TextractAsyncClient.getLendingAnalysis(Consumer<GetLendingAnalysisRequest.Builder> getLendingAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a lending document.
|
| Modifier and Type | Method and Description |
|---|---|
static GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.builder() |
GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.Builder.jobId(String jobId)
A unique identifier for the lending or text-detection job.
|
GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete, Amazon Textract returns a pagination token in the response.
|
GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLendingAnalysisRequest.Builder |
GetLendingAnalysisRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLendingAnalysisRequest.Builder> |
GetLendingAnalysisRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.