| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityDocument |
IdentityDocument.clone() |
IdentityDocument |
IdentityDocument.withDocumentIndex(Integer documentIndex)
Denotes the placement of a document in the IdentityDocument list.
|
IdentityDocument |
IdentityDocument.withIdentityDocumentFields(Collection<IdentityDocumentField> identityDocumentFields)
The structure used to record information extracted from identity documents.
|
IdentityDocument |
IdentityDocument.withIdentityDocumentFields(IdentityDocumentField... identityDocumentFields)
The structure used to record information extracted from identity documents.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityDocument> |
AnalyzeIDResult.getIdentityDocuments()
The list of documents processed by AnalyzeID.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeIDResult |
AnalyzeIDResult.withIdentityDocuments(IdentityDocument... identityDocuments)
The list of documents processed by AnalyzeID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzeIDResult.setIdentityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID.
|
AnalyzeIDResult |
AnalyzeIDResult.withIdentityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID.
|
Copyright © 2022. All rights reserved.