| Package | Description |
|---|---|
| com.amazonaws.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisResult |
AmazonTextractClient.getLendingAnalysis(GetLendingAnalysisRequest request)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a lending document.
|
GetLendingAnalysisResult |
AmazonTextract.getLendingAnalysis(GetLendingAnalysisRequest getLendingAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a lending document.
|
GetLendingAnalysisResult |
AbstractAmazonTextract.getLendingAnalysis(GetLendingAnalysisRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLendingAnalysisResult> |
AbstractAmazonTextractAsync.getLendingAnalysisAsync(GetLendingAnalysisRequest request,
AsyncHandler<GetLendingAnalysisRequest,GetLendingAnalysisResult> asyncHandler) |
Future<GetLendingAnalysisResult> |
AmazonTextractAsync.getLendingAnalysisAsync(GetLendingAnalysisRequest getLendingAnalysisRequest,
AsyncHandler<GetLendingAnalysisRequest,GetLendingAnalysisResult> asyncHandler)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a lending document.
|
Future<GetLendingAnalysisResult> |
AmazonTextractAsyncClient.getLendingAnalysisAsync(GetLendingAnalysisRequest request,
AsyncHandler<GetLendingAnalysisRequest,GetLendingAnalysisResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisResult |
GetLendingAnalysisResult.clone() |
GetLendingAnalysisResult |
GetLendingAnalysisResult.withAnalyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withDocumentMetadata(DocumentMetadata documentMetadata) |
GetLendingAnalysisResult |
GetLendingAnalysisResult.withJobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withJobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withNextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withResults(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withStatusMessage(String statusMessage)
Returns if the lending analysis job could not be completed.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
Copyright © 2024. All rights reserved.