| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
LendingDetection |
LendingDetection.clone() |
LendingDetection |
LendingField.getKeyDetection() |
LendingDetection |
LendingDetection.withConfidence(Float confidence)
The confidence level for the text of a detected value in a lending document.
|
LendingDetection |
LendingDetection.withGeometry(Geometry geometry) |
LendingDetection |
LendingDetection.withSelectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
LendingDetection |
LendingDetection.withSelectionStatus(String selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
LendingDetection |
LendingDetection.withText(String text)
The text extracted for a detected value in a lending document.
|
| Modifier and Type | Method and Description |
|---|---|
List<LendingDetection> |
LendingField.getValueDetections()
An array of LendingDetection objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LendingField.setKeyDetection(LendingDetection keyDetection) |
LendingField |
LendingField.withKeyDetection(LendingDetection keyDetection) |
LendingField |
LendingField.withValueDetections(LendingDetection... valueDetections)
An array of LendingDetection objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LendingField.setValueDetections(Collection<LendingDetection> valueDetections)
An array of LendingDetection objects.
|
LendingField |
LendingField.withValueDetections(Collection<LendingDetection> valueDetections)
An array of LendingDetection objects.
|
Copyright © 2024. All rights reserved.