GenericIDCardModel
A class derived from Document Model containing details specific to generic ID cards
import com.sybrin.identity.countries.Generic.IDCard.GenericIDCardModel
extends
DocumentModel
Summary
Inherited methods
Public methods
getDocumentBackImage
public Bitmap getDocumentBackImage()
Returns the back image of the ID card.
getDocumentBackImagePath
public String getDocumentBackImagePath()
Returns the file path of the back image on the ID card.
getBackResults
public String getBackResults()
Returns the information found on the back of the ID card.
getFrontResults
public String getFrontResults()
Returns the information found on the front of the ID card.
Last updated