Package io.scanbot.barcodescanner.entity
Class AAMVA.RawDocument
-
- All Implemented Interfaces:
public final class AAMVA.RawDocument extends GenericDocumentWrapper
The raw document as was parsed from the barcode. The original field key names and field values as they appear in the barcode are left as-is. The mnemonic field keys from the AAMVA specification are not replaced with human-readable names. No field value normalization, like ISO 8601 date reformatting, etc., is done.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
-
Constructor Summary
Constructors Constructor Description AAMVA.RawDocument(GenericDocument document)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
AAMVA.RawDocument
AAMVA.RawDocument(GenericDocument document)
-
-
-
-