Interface MrzDetectionUIOptions
- All Known Implementing Classes:
BaseBlinkIdUiSettings
,BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface MrzDetectionUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setShowMrzDetection
(boolean showMrzDetection) Defines whether detection of MRZ(Machine Readable Zone) will be displayed in UI, default istrue
.
-
Method Details
-
setShowMrzDetection
void setShowMrzDetection(boolean showMrzDetection) Defines whether detection of MRZ(Machine Readable Zone) will be displayed in UI, default istrue
.- Parameters:
showMrzDetection
- whether detection of MRZ(Machine Readable Zone) will be displayed in UI.
-