| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityDocument.Builder |
IdentityDocument.Builder.blocks(Block... blocks)
Individual word recognition, as returned by document detection.
|
IdentityDocument.Builder |
IdentityDocument.Builder.blocks(Collection<Block> blocks)
Individual word recognition, as returned by document detection.
|
IdentityDocument.Builder |
IdentityDocument.Builder.blocks(Consumer<Block.Builder>... blocks)
Individual word recognition, as returned by document detection.
|
static IdentityDocument.Builder |
IdentityDocument.builder() |
IdentityDocument.Builder |
IdentityDocument.Builder.documentIndex(Integer documentIndex)
Denotes the placement of a document in the IdentityDocument list.
|
IdentityDocument.Builder |
IdentityDocument.Builder.identityDocumentFields(Collection<IdentityDocumentField> identityDocumentFields)
The structure used to record information extracted from identity documents.
|
IdentityDocument.Builder |
IdentityDocument.Builder.identityDocumentFields(Consumer<IdentityDocumentField.Builder>... identityDocumentFields)
The structure used to record information extracted from identity documents.
|
IdentityDocument.Builder |
IdentityDocument.Builder.identityDocumentFields(IdentityDocumentField... identityDocumentFields)
The structure used to record information extracted from identity documents.
|
IdentityDocument.Builder |
IdentityDocument.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentityDocument.Builder> |
IdentityDocument.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Extraction.Builder |
Extraction.Builder.identityDocument(Consumer<IdentityDocument.Builder> identityDocument)
Sets the value of the IdentityDocument property for this object.
|
Copyright © 2023. All rights reserved.