Identity Android
1.16
Search
K
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
extends DocumentModel

Summary

Public methods
Data sourc
Date
OCR
String
OCR
String
OCR

Inherited methods

Data source
<T extends DocumentModel>
castToModel(Class<T> class)
Casts the current model to the
type specified by the class parameter.
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

Public methods

getDateOfBirth

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.

getFullName

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.

getSocialSecurityNumber

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.