ALLicensePlateConfig 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
Specifies a country or location of which license plates shall be scanned.
@property (nonatomic, nullable, assign) ALLicensePlateConfigScanMode *scanModeDeclared In
ALPluginConfig.h
validationRegex
Sets a regular expression per country. Expected format: “‘country_code’:^regex$, ‘other_country_code’:^other_regex$”. The country code needs to be provided in the international vehicle registration code format that is visible on the license plate (for example ‘A’ for Austria). Note: not available for the scanModes unitedstates and africa.
@property (nonatomic, nullable, copy) NSString *validationRegexDeclared In
ALPluginConfig.h