| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
UndetectedSignature |
UndetectedSignature.clone() |
UndetectedSignature |
UndetectedSignature.withPage(Integer page)
The page where a signature was expected but not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<UndetectedSignature> |
DocumentGroup.getUndetectedSignatures()
A list of any expected signatures not found in a document group.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentGroup |
DocumentGroup.withUndetectedSignatures(UndetectedSignature... undetectedSignatures)
A list of any expected signatures not found in a document group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentGroup.setUndetectedSignatures(Collection<UndetectedSignature> undetectedSignatures)
A list of any expected signatures not found in a document group.
|
DocumentGroup |
DocumentGroup.withUndetectedSignatures(Collection<UndetectedSignature> undetectedSignatures)
A list of any expected signatures not found in a document group.
|
Copyright © 2025. All rights reserved.