PhilippinesIdentificationCardModel
A class derived from Document Model containing details specific to the Filipino identification card
Last updated
A class derived from Document Model containing details specific to the Filipino identification card
Last updated
import com.sybrin.identity.countries.Philippines.IdentificationCard.PhilippinesIdentificationCardModel
extends
DocumentModel
public String getAddress ()
Returns the subject's address as found on the identification card.
public String getBloodType()
Returns the subject's blood type as found on the identification card.
public String getCommonReferenceNumber()
Returns the common reference number as found on the identification card.
public Date
getDateOfBirth()
Returns the subject's date of birth as found on the identification card.
public Date getDateOfIssued()
Returns the date issued as found on the identification card.
public Bitmap getDocumentBackImage()
Returns the back image of the identification card.
public String getGivenNames()
Returns the subject's given names as found on the identification card.
public String getLastName()
Returns the subject's last name as found on the identification card.
public String getMaritalStatus()
Returns the subject's marital status as found on the identification card.
public String getMiddleName()
Returns the subject's middle name as found on the identification card.
public String getPlaceOfBirth()
Returns the subject's place of birth as found on the identification card.
public String getSex ()
Returns the subject's sex as found on the identification card.
String
OCR
String
OCR
String
OCR
Date
OCR
Date
OCR
Bitmap
OCR
String
OCR
String
OCR
String
OCR
String
OCR
String
OCR
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
Returns
String
The subject's address . This value can be null
.
Returns
String
The subject's blood type. This value can be null
.
Returns
String
The common reference number . This value can be null
.
Returns
Date
The subject's date of birth . This value can be null
.
Returns
Date
The date issued. This value can be null
.
Returns
Bitmap
The Back image. This value cant be null
.
Returns
String
The subject given names. This value can be null
.
Returns
String
The subject's last name. This value can be null
.
Returns
String
The subject's marital status . This value can be null
.
Returns
String
The subject's middle name . This value can be null
.
Returns
String
The subject's place of birth. This value can be null
.
Returns
The subject's sex. This value can be null
.