ALMeterConfig Class Reference

Inherits from NSObject
Declared in ALPluginConfig.h

Overview

Configuration for scanning meters

  maxNumDecimalDigits

Defines the maximum number of read decimal digits for values >=0. Negative values mean all decimal digits are read. Currently implemented only for the “auto_analog_digital_meter” scan mode.

@property (nonatomic, nullable, strong) NSNumber *maxNumDecimalDigits

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 *minConfidence

Declared In

ALPluginConfig.h

  scanMode

Determines which types of meters to scan.

@property (nonatomic, assign) ALMeterConfigScanMode *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