public static interface IdentityDocument.Builder extends SdkPojo, CopyableBuilder<IdentityDocument.Builder,IdentityDocument>
| Modifier and Type | Method and Description |
|---|---|
IdentityDocument.Builder |
documentIndex(Integer documentIndex)
Denotes the placement of a document in the IdentityDocument list.
|
IdentityDocument.Builder |
identityDocumentFields(Collection<IdentityDocumentField> identityDocumentFields)
The structure used to record information extracted from identity documents.
|
IdentityDocument.Builder |
identityDocumentFields(Consumer<IdentityDocumentField.Builder>... identityDocumentFields)
The structure used to record information extracted from identity documents.
|
IdentityDocument.Builder |
identityDocumentFields(IdentityDocumentField... identityDocumentFields)
The structure used to record information extracted from identity documents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityDocument.Builder documentIndex(Integer documentIndex)
Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.
documentIndex - Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the
second 2 and so on.IdentityDocument.Builder identityDocumentFields(Collection<IdentityDocumentField> identityDocumentFields)
The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.
identityDocumentFields - The structure used to record information extracted from identity documents. Contains both normalized
field and value of the extracted text.IdentityDocument.Builder identityDocumentFields(IdentityDocumentField... identityDocumentFields)
The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.
identityDocumentFields - The structure used to record information extracted from identity documents. Contains both normalized
field and value of the extracted text.IdentityDocument.Builder identityDocumentFields(Consumer<IdentityDocumentField.Builder>... identityDocumentFields)
The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #identityDocumentFields(List) .identityDocumentFields - a consumer that will call methods on List.Builder #identityDocumentFields(List) Copyright © 2022. All rights reserved.