Class AAMVA.RawDocument
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
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.
public class AAMVA.RawDocument : GenericDocumentWrapper
- Inheritance
-
AAMVA.RawDocument
- Inherited Members
Constructors
RawDocument(GenericDocument)
public RawDocument(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }