PhilippinesSocialSecurityIDModel
A class derived from DocumentModel containing details specific to the Filipino Social Security ID card
A class derived from DocumentModel containing details specific to the Filipino Social Security ID card
import com.sybrin.identity.countries.Philippines.SocialSecurityID.PhilippinesSocialSecurityIDModel
extends
DocumentModel
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the ID card.
public String getFullName()
Returns the subject's full name as found on the ID card.
public String getSocialSecurityNumber()
Returns the subject's social security number as found on the ID card.
Public methods
Data sourc
Date
OCR
String
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
Returns
Date
The subject's date of birth. This value can be null
.
Returns
String
The subject's full name. This value cannot be null
.
Returns
String
The subject's social security number. This value cannot be null
.