IDCardModel
A class derived from DocumentModel containing details pertaining to all ID card documents
import com.sybrin.identitysdk.models.IDCardModel
extends
DocumentModel
Summary
Public methods | |
Bitmap | |
String | |
Date | |
Bitmap | |
String | |
String | |
String | |
String | |
Bitmap | |
String | |
getSex() Returns the subject's sex as found on the ID card. |
Inherited methods
<T extends DocumentModel> | castToModel(Class<T> class) Casts the current model to the type specified by the class parameter. |
Bitmap | |
String | |
Bitmap | |
String | |
Bitmap | |
String | |
void | saveImages(Context context) Saves all images within the model to the local device and populates all path fields. |
Public methods
getCroppedDocumentBackImage
public Bitmap getCroppedDocumentBackImage ()
Returns a cropped image of the back of the scanned document.
Returns | |
Bitmap | This value cannot be |
getCroppedDocumentBackImagePath
public String getCroppedDocumentBackImagePath ()
Returns the file path of the saved cropped back of the document image.
Returns | |
String | Value is |
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 cannot be |
getDocumentBackImage
public Bitmap getCroppedDocumentBackImage ()
Returns an image of the back of the scanned document.
Returns | |
Bitmap | This value cannot be |
getDocumentBackImagePath
public String getCroppedDocumentBackImagePath ()
Returns the file path of the saved back of the document image.
Returns | |
String | Value is |
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 |
getIdentityNumber
public String getIdentityNumber ()
Returns the subject's identity number as found on the ID card.
Returns | |
String | The subject's identity number. This value cannot be |
getNationality
public String getNationality ()
Returns the subject's nationality as found on the ID card.
Returns | |
String | The subject's country of birth. This value cannot be |
getPortraitBackImage
public Bitmap getPortraitBackImage ()
Returns an image of the portrait on the back of the scanned document.
Returns | |
Bitmap | This value cannot be |
getPortraitBackImagePath
public String getPortraitBackImagePath ()
Returns the file path of the saved portrait on the back of the document image.
Returns | |
String | Value is |
getSex
public String getSex ()
Returns the subject's sex as found on the ID card.
Returns | |
This value cannot be |
Last updated