GenericDocumentModel
A class derived from Document Model containing details specific to generic documents
Last updated
A class derived from Document Model containing details specific to generic documents
Last updated
import com.sybrin.identity.countries.Generic.Document.GenericDocumentModel
extends
DocumentModel
public String getResults()
Returns the information found on the document.
Public methods
Data source
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 information on the document. This value cannot be null
.