GenericDocumentModel

A class derived from Document Model containing details specific to generic documents

import com.sybrin.identity.countries.Generic.Document.GenericDocumentModel

extends DocumentModel

Summary

Public methods

Data source

String

OCR

Inherited methods

Data source

<T extends DocumentModel>

castToModel(Class<T> class)

Casts the current model to the

type specified by the class parameter.

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

Public methods

getResults

public String getResults()

Returns the information found on the document.

Returns

String

The information on the document. This value cannot be null.

Last updated