IDCardModel

A class derived from DocumentModel containing details pertaining to all ID card documents

import com.sybrin.identity.models.IDCardModel

extends DocumentModel

Summary

Inherited methods

Public methods

getCroppedDocumentBackImage

public Bitmap getCroppedDocumentBackImage ()

Returns a cropped image of the back of the scanned document.

getCroppedDocumentBackImagePath

public String getCroppedDocumentBackImagePath ()

Returns the file path of the saved cropped back of the document image.

getDateOfBirth

public Date getDateOfBirth ()

Returns the subject's date of birth as found on the ID card.

getDocumentBackImage

public Bitmap getCroppedDocumentBackImage ()

Returns an image of the back of the scanned document.

getDocumentBackImagePath

public String getCroppedDocumentBackImagePath ()

Returns the file path of the saved back of the document image.

getFullName

public String getFullName ()

Returns the subject's full name as found on the ID card.

getIdentityNumber

public String getIdentityNumber ()

Returns the subject's identity number as found on the ID card.

getNationality

public String getNationality ()

Returns the subject's nationality as found on the ID card.

getPortraitBackImage

public Bitmap getPortraitBackImage ()

Returns an image of the portrait on the back of the scanned document.

getPortraitBackImagePath

public String getPortraitBackImagePath ()

Returns the file path of the saved portrait on the back of the document image.

getSex

public String getSex ()

Returns the subject's sex as found on the ID card.