ALTinConfig Class Reference

Inherits from NSObject
Declared in ALPluginConfig.h

Overview

Configuration for scanning TIN numbers

  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

Sets the mode to scan universal TIN numbers (‘UNIVERSAL’) or TIN numbers of any length starting with DOT (‘DOT’).

@property (nonatomic, nullable, assign) ALTinConfigScanMode *scanMode

Declared In

ALPluginConfig.h

  upsideDownMode

Sets whether the text shall also be scanned upside-down.

@property (nonatomic, nullable, assign) ALUpsideDownMode *upsideDownMode

Declared In

ALPluginConfig.h

  validateProductionDate

Sets whether the production date validation is enabled. If it is set to false the scan result is also returned for invalid and missing dates.

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

Declared In

ALPluginConfig.h

  validationRegex

Sets a regular expression which the TIN text needs to match in order to trigger a scan result.

@property (nonatomic, nullable, copy) NSString *validationRegex

Declared In

ALPluginConfig.h