BlinkID C SDK version 5.16.0
|
#include <ClassInfo.h>
Data Fields | |
MBCountry | country |
MBRegion | region |
MBDocumentType | type |
char const * | countryName |
char const * | isoNumericCountryCode |
char const * | isoAlpha2CountryCode |
char const * | isoAlpha3CountryCode |
Struct holding document's country, region and type.
MBCountry MBClassInfo::country |
The document country.
char const* MBClassInfo::countryName |
The name of the country that issued the scanned document.
char const* MBClassInfo::isoAlpha2CountryCode |
The 2 letter ISO code of the country that issued the scanned document.
char const* MBClassInfo::isoAlpha3CountryCode |
The 3 letter ISO code of the country that issued the scanned document.
char const* MBClassInfo::isoNumericCountryCode |
The ISO numeric code of the country that issued the scanned document.
MBRegion MBClassInfo::region |
The document region.
MBDocumentType MBClassInfo::type |
The type of the scanned document.