ALTireMakeConfig 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
upsideDownMode
Sets whether the text shall also be scanned upside-down. By default, it is disabled.
@property (nonatomic, nullable, assign) ALUpsideDownMode *upsideDownModeDeclared In
ALPluginConfig.h
validationRegex
Sets a regular expression which the tire make text needs to match in order to trigger a scan result. E.g. “(Continental|Dunlop)” will only trigger on Continental or Dunlop tires.
@property (nonatomic, nullable, copy) NSString *validationRegexDeclared In
ALPluginConfig.h