| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityDocument |
Extraction.identityDocument()
Returns the value of the IdentityDocument property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityDocument> |
AnalyzeIdResponse.identityDocuments()
The list of documents processed by AnalyzeID.
|
| Modifier and Type | Method and Description |
|---|---|
Extraction.Builder |
Extraction.Builder.identityDocument(IdentityDocument identityDocument)
Sets the value of the IdentityDocument property for this object.
|
AnalyzeIdResponse.Builder |
AnalyzeIdResponse.Builder.identityDocuments(IdentityDocument... identityDocuments)
The list of documents processed by AnalyzeID.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeIdResponse.Builder |
AnalyzeIdResponse.Builder.identityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID.
|
Copyright © 2023. All rights reserved.