ALUniversalIDConfig Class Reference

Inherits from NSObject
Declared in ALPluginConfig.h

Overview

Configuration for scanning all kinds of identification documents

  allowedLayouts

Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type.

@property (nonatomic, nullable, strong) ALAllowedLayouts *allowedLayouts

Declared In

ALPluginConfig.h

  alphabet

Sets a specific character set. Per default, only latin characters are processed.

@property (nonatomic, nullable, assign) ALAlphabet *alphabet

Declared In

ALPluginConfig.h

  drivingLicense

@property (nonatomic, nullable, strong) ALLayoutDrivingLicense *drivingLicense

  faceDetectionEnabled

Sets whether the face detection approach is enabled. Defaults to false.

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

Declared In

ALPluginConfig.h

  theIDFront

@property (nonatomic, nullable, strong) ALLayoutIDFront *theIDFront

  insuranceCard

@property (nonatomic, nullable, strong) ALLayoutInsuranceCard *insuranceCard

  mrz

@property (nonatomic, nullable, strong) ALLayoutMrz *mrz