ExtractedPersonalData

public ExtractedPersonalData ExtractedPersonalData(String uniqueNumber, String name, String email, String dob, String gender, String address, String addressLine1, String addressLine2, String addressLine3, String city, String country, String lastName2, String firstName, String middleName, String lastName, String firstNameNonEng, String lastNameNonEng, String middleNameNonEng, String addressNonEng, String addressLine1NonEng, String addressLine2NonEng, String phone, String district, String fingerprintUsedForVerification, String enrolledDate, String enrolledFaceImage, String state, String postalCode, String selfieImage)

Parameters

uniqueNumber

This is a unique number that will be associated with the customer when enrolled or when performing future verifications

name

Name of the customer

email

Email address of the customer. Optional for any service

dob

Date of birth of the customer. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction.

gender

Gender of the customer. Valid values are M and F

addressLine1

Address Line1 of the customer

addressLine2

Address Line2 of the customer

city

City address of the customer

country

Country associated with the Customer

lastName2

This field is extracted from: - The barcode or MRZ (if present) - The front or back of the ID.

firstName

First name extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present

middleName

Middle name extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present

lastName

This field is extracted from: - The barcode or MRZ (if present) - The front or back of the ID.

firstNameNonEng

Non English first name, extracted from the front or back of the ID.

lastNameNonEng

Non English last name, extracted from the front or back of the ID.

middleNameNonEng

Non English middle name, extracted from the front or back of the ID.

addressNonEng

Non English address, extracted from the front or back of the ID.

addressLine1NonEng

Non English address line 1, extracted from the front or back of the ID.

addressLine2NonEng

Non English address line 2, extracted from the front or back of the ID.

phone

Phone Number of the customer

district

District address of the customer

fingerprintUsedForVerification

Enrolled FP image of the customer. This should contain base64 customer photo.

enrolledDate

Enrolled date of the customer. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction.

enrolledFaceImage

Enrolled face image of the customer. This should contain base64 customer photo.

state

State of the customer.

postalCode

Postal code of the customer.

selfieImage

base64 selfie image data