| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
LendingResult |
LendingResult.clone() |
LendingResult |
LendingResult.withExtractions(Collection<Extraction> extractions)
An array of Extraction to hold structured data.
|
LendingResult |
LendingResult.withExtractions(Extraction... extractions)
An array of Extraction to hold structured data.
|
LendingResult |
LendingResult.withPage(Integer page)
The page number for a page, with regard to whole submission.
|
LendingResult |
LendingResult.withPageClassification(PageClassification pageClassification)
The classifier result for a given page.
|
| Modifier and Type | Method and Description |
|---|---|
List<LendingResult> |
GetLendingAnalysisResult.getResults()
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withResults(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLendingAnalysisResult.setResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
Copyright © 2025. All rights reserved.