ALLicensePlateConfig Class Reference Inherits from NSObject Declared in ALPluginConfig.h Overview Configuration for scanning license plates 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 Specifies a country or location of which license plates shall be scanned. @property (nonatomic, nullable, assign) ALLicensePlateConfigScanMode *scanMode Declared In ALPluginConfig.h validationRegex Sets a regular expression which the scanned text needs to match in order to trigger a scan result. @property (nonatomic, nullable, copy) NSString *validationRegex Declared In ALPluginConfig.h