ALUniversalIDField Class Reference Inherits from NSObject Declared in ALPluginConfig.h Overview Configures scanning options for ID fields in order to fine-tune the ID scanner. minConfidence Set the minConfidence which has to be reached in order to trigger a scan result. The value has to be between 0 and 100. Defaults to 60. @property (nonatomic, nullable, strong) NSNumber *minConfidence Declared In ALPluginConfig.h scanOption Set the scanOption to one of the following: 0 = mandatory, 1 = optional, 2 = disabled. Otherwise, it’s defaulted. @property (nonatomic, nullable, strong) NSNumber *scanOption Declared In ALPluginConfig.h