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 *minConfidenceDeclared In
ALPluginConfig.h
scanMode
Sets the mode to scan universal TIN numbers (‘UNIVERSAL’) or TIN numbers of any length starting with DOT (‘DOT’).
@property (nonatomic, nullable, assign) ALTinConfigScanMode *scanModeDeclared In
ALPluginConfig.h
upsideDownMode
Sets whether the text shall also be scanned upside-down.
@property (nonatomic, nullable, assign) ALUpsideDownMode *upsideDownModeDeclared In
ALPluginConfig.h
validateProductionDate
Sets whether the production date validation is enabled. If it is set to false the scan result is also returned for invalid and missing dates.
@property (nonatomic, nullable, strong) NSNumber *validateProductionDateDeclared In
ALPluginConfig.h
validationRegex
Sets a regular expression which the TIN text needs to match in order to trigger a scan result.
@property (nonatomic, nullable, copy) NSString *validationRegexDeclared In
ALPluginConfig.h