| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityDocument |
IdentityDocument.clone() |
IdentityDocument |
Extraction.getIdentityDocument() |
IdentityDocument |
IdentityDocument.withBlocks(Block... blocks)
Individual word recognition, as returned by document detection.
|
IdentityDocument |
IdentityDocument.withBlocks(Collection<Block> blocks)
Individual word recognition, as returned by document detection.
|
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 |
|---|---|
void |
Extraction.setIdentityDocument(IdentityDocument identityDocument) |
Extraction |
Extraction.withIdentityDocument(IdentityDocument identityDocument) |
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 © 2025. All rights reserved.