BlinkID C SDK version 5.16.0
|
#include <IdBarcodeRecognizer.h>
Data Fields | |
MBBaseRecognizerResult | baseResult |
MBBarcodeDocumentType | documentType |
MBBarcodeData | barcodeData |
char const * | firstName |
char const * | middleName |
char const * | lastName |
char const * | fullName |
char const * | additionalNameInformation |
char const * | address |
char const * | street |
char const * | postalCode |
char const * | city |
char const * | jurisdiction |
char const * | placeOfBirth |
char const * | nationality |
char const * | race |
char const * | religion |
char const * | profession |
char const * | maritalStatus |
char const * | residentialStatus |
char const * | employer |
char const * | sex |
MBDate | dateOfBirth |
MBDate | dateOfIssue |
MBDate | dateOfExpiry |
char const * | documentNumber |
char const * | personalIdNumber |
char const * | documentAdditionalNumber |
char const * | issuingAuthority |
MBDriverLicenseDetailedInfo | driverLicenseDetailedInfo |
char const * | extendedElements [MB_BARCODE_ELEMENT_KEY_COUNT] |
The IdBarcodeRecognizer scans barcodes from identity documents and returns the parsed information.
char const* MBIdBarcodeRecognizerResult::additionalNameInformation |
The additional name information of the document owner.
char const* MBIdBarcodeRecognizerResult::address |
The address of the document owner.
MBBarcodeData MBIdBarcodeRecognizerResult::barcodeData |
The raw, unparsed barcode data.
MBBaseRecognizerResult MBIdBarcodeRecognizerResult::baseResult |
Base result common to all recognizer results.
char const* MBIdBarcodeRecognizerResult::city |
The city address portion of the document owner.
MBDate MBIdBarcodeRecognizerResult::dateOfBirth |
The date of birth of the document owner.
MBDate MBIdBarcodeRecognizerResult::dateOfExpiry |
The date of expiry of the document.
MBDate MBIdBarcodeRecognizerResult::dateOfIssue |
The date of issue of the document.
char const* MBIdBarcodeRecognizerResult::documentAdditionalNumber |
The additional number of the document.
char const* MBIdBarcodeRecognizerResult::documentNumber |
The document number.
MBBarcodeDocumentType MBIdBarcodeRecognizerResult::documentType |
The document type deduced from the recognized barcode
MBDriverLicenseDetailedInfo MBIdBarcodeRecognizerResult::driverLicenseDetailedInfo |
Detailed info from DL.
char const* MBIdBarcodeRecognizerResult::employer |
The employer of the document owner.
char const* MBIdBarcodeRecognizerResult::extendedElements[MB_BARCODE_ELEMENT_KEY_COUNT] |
Document specific extended elements that contain all barcode fields in their original form.
Currently this is only filled for AAMVACompliant documents.
NOTE: Access to elements of this array should be done only through MBBarcodeElementKey.
char const* MBIdBarcodeRecognizerResult::firstName |
The first name of the document owner.
char const* MBIdBarcodeRecognizerResult::fullName |
The full name of the document owner.
char const* MBIdBarcodeRecognizerResult::issuingAuthority |
The issuing authority of the document.
char const* MBIdBarcodeRecognizerResult::jurisdiction |
The jurisdiction code address portion of the document owner.
char const* MBIdBarcodeRecognizerResult::lastName |
The last name of the document owner.
char const* MBIdBarcodeRecognizerResult::maritalStatus |
The marital status of the document owner.
char const* MBIdBarcodeRecognizerResult::middleName |
The middle name of the document owner.
char const* MBIdBarcodeRecognizerResult::nationality |
The nationality of the documet owner.
char const* MBIdBarcodeRecognizerResult::personalIdNumber |
The personal identification number.
char const* MBIdBarcodeRecognizerResult::placeOfBirth |
The place of birth of the document owner.
char const* MBIdBarcodeRecognizerResult::postalCode |
The postal code address portion of the document owner.
char const* MBIdBarcodeRecognizerResult::profession |
The profession of the document owner.
char const* MBIdBarcodeRecognizerResult::race |
The race of the document owner.
char const* MBIdBarcodeRecognizerResult::religion |
The religion of the document owner.
char const* MBIdBarcodeRecognizerResult::residentialStatus |
The residential stauts of the document owner.
char const* MBIdBarcodeRecognizerResult::sex |
The sex of the document owner.
char const* MBIdBarcodeRecognizerResult::street |
The street address portion of the document owner.