BlinkID C SDK version 5.16.0
|
#include <RecognitionModeFilter.h>
Data Fields | |
MBBool | enableMrzId |
MBBool | enableMrzVisa |
MBBool | enableMrzPassport |
MBBool | enablePhotoId |
MBBool | enableFullDocumentRecognition |
MBBool | enableBarcodeId |
RecognitionModeFilter is used to enable/disable recognition of specific document groups. Setting is taken into account only if the right for that document is purchased.
MBBool MBRecognitionModeFilter::enableBarcodeId |
Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.
MBBool MBRecognitionModeFilter::enableFullDocumentRecognition |
Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.
MBBool MBRecognitionModeFilter::enableMrzId |
Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.
MBBool MBRecognitionModeFilter::enableMrzPassport |
Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.
MBBool MBRecognitionModeFilter::enableMrzVisa |
Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.
MBBool MBRecognitionModeFilter::enablePhotoId |
Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.