ALMrzConfig Class Reference Inherits from NSObject Declared in ALPluginConfig.h Overview Configuration for scanning machine-readable zones (MRZ) of passports and other IDs isCropAndTransformID The cropAndTransformID determines whether or not the image shall be cropped and transformed. @property (nonatomic, assign) BOOL isCropAndTransformID Declared In ALPluginConfig.h faceDetectionEnabled Sets whether the face detection approach is enabled. Defaults to false. @property (nonatomic, nullable, strong) NSNumber *faceDetectionEnabled Declared In ALPluginConfig.h minConfidence Sets a minimum confidence which has to be reached in order to trigger a scan result. @property (nonatomic, nullable, strong) NSNumber *minConfidence Declared In ALPluginConfig.h mrzFieldScanOptions The fieldmrzScanOptions configure which text fields shall be captured mandatory, optional or not at all. @property (nonatomic, nullable, strong) ALMrzFieldScanOptions *mrzFieldScanOptions Declared In ALPluginConfig.h mrzMinFieldConfidences The minFieldConfidences configure which fields must reach which confidence thresholds in order to be part of the scan result. @property (nonatomic, nullable, strong) ALMrzMinFieldConfidences *mrzMinFieldConfidences Declared In ALPluginConfig.h isStrictMode The strictMode determines whether or not the MRZ must follow the ICAO standard. @property (nonatomic, assign) BOOL isStrictMode Declared In ALPluginConfig.h