MBAustriaDlFrontRecognizer

Recognizer which can scan front side of Austrian national DL cards.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning Austria Dl Front Recognizer

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        MBAustriaDlFrontRecognizerResult *_Nonnull result;

    Swift

    var result: MBAustriaDlFrontRecognizerResult { get }
  • Defines if date of birth of Austrian DL owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfBirth;

    Swift

    var extractDateOfBirth: Bool { get set }
  • Defines if date of expiry of Austrian DL should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;

    Swift

    var extractDateOfExpiry: Bool { get set }
  • Defines if date of issue of Austrian DL should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfIssue;

    Swift

    var extractDateOfIssue: Bool { get set }
  • Defines if first name of Austrian DL owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractFirstName;

    Swift

    var extractFirstName: Bool { get set }
  • Defines if issuing authority of Austrian DL should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractIssuingAuthority;

    Swift

    var extractIssuingAuthority: Bool { get set }
  • Defines if name of Austrian DL owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractName;

    Swift

    var extractName: Bool { get set }
  • Defines if place of birth of Austrian DL owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;

    Swift

    var extractPlaceOfBirth: Bool { get set }
  • Defines if vehicle categories of Austrian DL should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractVehicleCategories;

    Swift

    var extractVehicleCategories: Bool { get set }