GenericIDCardModel
A class derived from Document Model containing details specific to generic ID cards
Last updated
A class derived from Document Model containing details specific to generic ID cards
Last updated
import com.sybrin.identity.countries.Generic.IDCard.GenericIDCardModel
extends
DocumentModel
public Bitmap getDocumentBackImage()
Returns the back image of the ID card.
public String getDocumentBackImagePath()
Returns the file path of the back image on the ID card.
public String getBackResults()
Returns the information found on the back of the ID card.
public String getFrontResults()
Returns the information found on the front of the ID card.
Public methods
Data source
Bitmap
OCR
String
OCR
String
OCR
String
OCR
Data source
<T extends DocumentModel>
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
Returns
String
The back image of the ID card. This value cannot be null
.
Returns
String
The file path of the back image of the ID card. This value cannot be null
.
Returns
String
The back information on the ID card. This value cannot be null
.
Returns
String
The front information on the ID card. This value cannot be null
.