ALMrzConfig Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ALPluginConfig.h |
isCropAndTransformID
The cropAndTransformID determines whether or not the image shall be cropped and transformed.
@property (nonatomic, assign) BOOL isCropAndTransformIDDeclared In
ALPluginConfig.h
faceDetectionEnabled
Sets whether the face detection approach is enabled. Defaults to false.
@property (nonatomic, nullable, strong) NSNumber *faceDetectionEnabledDeclared 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 *minConfidenceDeclared In
ALPluginConfig.h
mrzFieldScanOptions
The fieldmrzScanOptions configure which text fields shall be captured mandatory, optional or not at all.
@property (nonatomic, nullable, strong) ALMrzFieldScanOptions *mrzFieldScanOptionsDeclared 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 *mrzMinFieldConfidencesDeclared In
ALPluginConfig.h
isStrictMode
The strictMode determines whether or not the MRZ must follow the ICAO standard.
@property (nonatomic, assign) BOOL isStrictModeDeclared In
ALPluginConfig.h