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 between 0 and 100. Otherwise, it’s defaulted. @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