PhilippinesDriversLicenseModel
A class derived from DriversLicenseModel containing details specific to the Filipino driver's license
Last updated
A class derived from DriversLicenseModel containing details specific to the Filipino driver's license
Last updated
import com.sybrin.identity.countries.Philippines.DriversLicense.PhilippinesDriversLicenseModel
extends
DriversLicenseModel
The following validation and verification applies to this document:
As explained in Validation & Verification the following fields are verified across the front and back components of the document.
public String getAddress ()
Returns the subject's address as found on the driver's license.
public String getAgencyCode ()
Returns the driver's license agency code as found on the driver's license.
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the driver's license.
public Date getExpirationDate ()
Returns the driver's license expiration date as found on the driver's license.
public String getConditions ()
Returns the subject's names as found on the driver's license.
public String getNationality ()
Returns the subject's nationality as found on the driver's license.
public String getSex ()
Returns the subject's sex as found on the driver's license.
public String getLastName ()
Returns the subject's last name as found on the driver's license.
Public methods
Data source
String
OCR
String
OCR
Date
OCR
Date
OCR
String
getNames()
OCR
String
OCR
getSex()
Returns the subject's sex as found on the drivers license.
OCR
String
OCR
Data source
<T extends DocumentModel>
N/A
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
Bitmap
Back of document
String
Local storage
String
OCR
Value
Source
Serial number
Front: OCR
Back: OCR
Returns
String
The subject's address. This value cannot be null
.
Returns
String
The driver's license agency code. This value cannot be null
.
Returns
Date
The subject's date of birth. This value cannot be null
.
Returns
Date
The driver's license expiration date. This value cannot be null
.
Returns
String
The subject's names. This value cannot be null
.
Returns
String
The subject's nationality. This value can be null
.
Returns
This value cannot be null
.
Returns
String
The subject's last name. This value cannot be null
.