| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
List<UndetectedSignature> |
DocumentGroup.undetectedSignatures()
A list of any expected signatures not found in a document group.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentGroup.Builder |
DocumentGroup.Builder.undetectedSignatures(UndetectedSignature... undetectedSignatures)
A list of any expected signatures not found in a document group.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentGroup.Builder |
DocumentGroup.Builder.undetectedSignatures(Collection<UndetectedSignature> undetectedSignatures)
A list of any expected signatures not found in a document group.
|
Copyright © 2023. All rights reserved.