| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
SignatureDetection |
SignatureDetection.clone() |
SignatureDetection |
SignatureDetection.withConfidence(Float confidence)
The confidence, from 0 to 100, in the predicted values for a detected signature.
|
SignatureDetection |
SignatureDetection.withGeometry(Geometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
List<SignatureDetection> |
LendingDocument.getSignatureDetections()
A list of signatures detected in a lending document.
|
| Modifier and Type | Method and Description |
|---|---|
LendingDocument |
LendingDocument.withSignatureDetections(SignatureDetection... signatureDetections)
A list of signatures detected in a lending document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LendingDocument.setSignatureDetections(Collection<SignatureDetection> signatureDetections)
A list of signatures detected in a lending document.
|
LendingDocument |
LendingDocument.withSignatureDetections(Collection<SignatureDetection> signatureDetections)
A list of signatures detected in a lending document.
|
Copyright © 2023. All rights reserved.