ALTinConfig Class Reference
Inherits from | NSObject |
---|---|
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
scanMode
Sets the mode to scan universal TIN numbers (‘UNIVERSAL’), TIN numbers of any length starting with DOT (‘DOT’) or fixed-length TIN numbers (‘DOT_STRICT’).
@property (nonatomic, nullable, assign) ALTinConfigScanMode *scanMode
Declared In
ALPluginConfig.h
upsideDownMode
Sets whether the text shall also be scanned upside-down. By default, it is disabled.
@property (nonatomic, nullable, assign) ALUpsideDownMode *upsideDownMode
Declared In
ALPluginConfig.h
validateProductionDate
Sets wether the production date validation is enabled. If it is set to false the scan result is also returned for invalid and missing dates. Defaults to true.
@property (nonatomic, nullable, strong) NSNumber *validateProductionDate
Declared In
ALPluginConfig.h