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.
|
IdentityDocument.Builder |
IdentityDocument.Builder.blocks(Block... 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() |
|