| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
LendingDetection |
LendingField.keyDetection()
Returns the value of the KeyDetection property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<LendingDetection> |
LendingField.valueDetections()
An array of LendingDetection objects.
|
| Modifier and Type | Method and Description |
|---|---|
LendingField.Builder |
LendingField.Builder.keyDetection(LendingDetection keyDetection)
Sets the value of the KeyDetection property for this object.
|
LendingField.Builder |
LendingField.Builder.valueDetections(LendingDetection... valueDetections)
An array of LendingDetection objects.
|
| Modifier and Type | Method and Description |
|---|---|
LendingField.Builder |
LendingField.Builder.valueDetections(Collection<LendingDetection> valueDetections)
An array of LendingDetection objects.
|
Copyright © 2023. All rights reserved.