MBSwitzerlandPassportRecognizer

Recognizer which can scan Switzerland passport.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning SwitzerlandPassportRecognizer

    Declaration

    Objective-C

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

    Swift

    var result: MBSwitzerlandPassportRecognizerResult { get }
  • Defines if issuing authority of Switzerland passport should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractAuthority: Bool { get set }
  • Defines if date of birth of Switzerland passport 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 Switzerland passport 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 Switzerland passport should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfIssue: Bool { get set }
  • Defines if given name of Switzerland passport owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractGivenName: Bool { get set }
  • Defines if height of Switzerland passport owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractHeight: Bool { get set }
  • Defines if passport number of Switzerland passport should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractPassportNumber: Bool { get set }
  • Defines if place of origin of Switzerland passport owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractPlaceOfOrigin: Bool { get set }
  • Defines if sex of Switzerland passport owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSex: Bool { get set }
  • Defines if surname of Switzerland passport owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSurname: Bool { get set }