MBSwitzerlandPassportRecognizerResult

Recognizer which can scan Switzerland passport.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The issuing authority of Switzerland passport.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull authority;

    Swift

    var authority: String { get }
  • The date of birth of Switzerland passport owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;

    Swift

    var dateOfBirth: MBDateResult { get }
  • The date of expiry of Switzerland passport.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;

    Swift

    var dateOfExpiry: MBDateResult { get }
  • The date of issue of Switzerland passport.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;

    Swift

    var dateOfIssue: MBDateResult { get }
  • The given name of Switzerland passport owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull givenName;

    Swift

    var givenName: String { get }
  • The height of Switzerland passport owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull height;

    Swift

    var height: String { get }
  • The data extracted from the machine readable zone.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBMrzResult *_Nonnull mrzResult;

    Swift

    var mrzResult: MBMrzResult { get }
  • The passport number of Switzerland passport.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull passportNumber;

    Swift

    var passportNumber: String { get }
  • The place of origin of Switzerland passport owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull placeOfOrigin;

    Swift

    var placeOfOrigin: String { get }
  • sex

    The sex of Switzerland passport owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull sex;

    Swift

    var sex: String { get }
  • The surname of Switzerland passport owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull surname;

    Swift

    var surname: String { get }