DriversLicenseModel
A class derived from DocumentModel containing details pertaining to all driver's licenses
Last updated
A class derived from DocumentModel containing details pertaining to all driver's licenses
Last updated
import com.sybrin.identity.models.DriversLicenseModel
extends
DocumentModel
public Bitmap getCroppedDocumentBackImage ()
Returns an image of the back of the scanned document.
public String getCroppedDocumentBackImagePath ()
Returns the file path of the saved back of the document image.
public String getLicenseNumber ()
Returns the driver's license document's license number as found on the driver's license.
Public methods
Data source
Bitmap
Back of document
String
Local storage
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
Bitmap
This value cannot be null
.
Returns
String
Value is null
if image was not saved.
Returns
String
The driver's license document's license number. This value cannot be null
.