Comment on page
PhilippinesSocialSecurityIDModel
A class derived from DocumentModel containing details specific to the Filipino Social Security ID card
import com.sybrin.identity.countries.Philippines.SocialSecurityID.PhilippinesSocialSecurityIDModel
Public methods | | Data sourc |
Date | OCR | |
String | OCR | |
String | OCR |
| Data source | |
N/A | ||
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
void | Saves all images within the model to the local device and populates all path fields. | N/A |
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the ID card.
Returns | |
Date | The subject's date of birth. This value can be null . |
public String getFullName()
Returns the subject's full name as found on the ID card.
Returns | |
String | The subject's full name. This value cannot be null . |
public String getSocialSecurityNumber()
Returns the subject's social security number as found on the ID card.
Returns | |
String | The subject's social security number. This value cannot be null . |