BlinkID C SDK version 5.16.0
|
#include <VIZResult.h>
Data Fields | |
char const * | firstName |
char const * | lastName |
char const * | fullName |
char const * | additionalNameInformation |
char const * | localizedName |
char const * | fathersName |
char const * | mothersName |
char const * | address |
char const * | additionalAddressInformation |
char const * | additionalOptionalAddressInformation |
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 |
MBBool | dateOfExpiryPermanent |
char const * | documentNumber |
char const * | personalIdNumber |
char const * | documentAdditionalNumber |
char const * | documentOptionalAdditionalNumber |
char const * | additionalPersonalIdNumber |
char const * | issuingAuthority |
MBDriverLicenseDetailedInfo | driverLicenseDetailedInfo |
int | empty |
VIZResult contains data extracted from the Visual Inspection Zone.
char const* MBVIZResult::additionalAddressInformation |
THe additional address information of the document owner.
char const* MBVIZResult::additionalNameInformation |
The additional name information of the document owner.
char const* MBVIZResult::additionalOptionalAddressInformation |
The one more additional address information of the document owner.
char const* MBVIZResult::additionalPersonalIdNumber |
The additional personal identification number.
char const* MBVIZResult::address |
The address of the document owner.
MBDate MBVIZResult::dateOfBirth |
The date of birth of the document owner.
MBDate MBVIZResult::dateOfExpiry |
The date of expiry of the document.
MBBool MBVIZResult::dateOfExpiryPermanent |
Determines if date of expiry is permanent.
MBDate MBVIZResult::dateOfIssue |
The date of issue of the document.
char const* MBVIZResult::documentAdditionalNumber |
The additional number of the document.
char const* MBVIZResult::documentNumber |
The document number.
char const* MBVIZResult::documentOptionalAdditionalNumber |
The one more additional number of the document.
MBDriverLicenseDetailedInfo MBVIZResult::driverLicenseDetailedInfo |
The driver license detailed info.
char const* MBVIZResult::employer |
The employer of the document owner.
int MBVIZResult::empty |
Whether the result is empty
char const* MBVIZResult::fathersName |
The name of the father of the document owner.
char const* MBVIZResult::firstName |
The first name of the document owner.
char const* MBVIZResult::fullName |
The full name of the document owner.
char const* MBVIZResult::issuingAuthority |
The issuing authority of the document.
char const* MBVIZResult::lastName |
The last name of the document owner.
char const* MBVIZResult::localizedName |
The localized name of the document owner.
char const* MBVIZResult::maritalStatus |
The marital status of the document owner.
char const* MBVIZResult::mothersName |
The name of the mother of the document owner.
char const* MBVIZResult::nationality |
The nationality of the document owner.
char const* MBVIZResult::personalIdNumber |
The personal identification number.
char const* MBVIZResult::placeOfBirth |
The place of birth of the document owner.
char const* MBVIZResult::profession |
The profession of the document owner.
char const* MBVIZResult::race |
The race of the document owner.
char const* MBVIZResult::religion |
The religion of the document owner.
char const* MBVIZResult::residentialStatus |
The residential status of the document owner.
char const* MBVIZResult::sex |
The sex of the document owner.