MBAustriaPassportRecognizerResult

Class representing values obtained when scanning Aus Passport

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The mrz of the back side of Austria Passport.

    Declaration

    Objective-C

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

    Swift

    var mrzResult: MBMrzResult { get }
  • The surname of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var surname: String { get }
  • The given Name of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var givenName: String { get }
  • The nationality of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var nationality: String { get }
  • The place Of Birth of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var placeOfBirth: String { get }
  • The issuing Authority of the Austrian Passport.

    Declaration

    Objective-C

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

    Swift

    var issuingAuthority: String { get }
  • The height of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var height: String { get }
  • sex

    The sex of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String { get }
  • The passport Number of the Austrian Passport.

    Declaration

    Objective-C

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

    Swift

    var passportNumber: String { get }
  • The date Of Issue of the Austrian Passport.

    Declaration

    Objective-C

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

    Swift

    var dateOfIssue: MBDateResult { get }
  • The date Of Birth of the Austrian Passport owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult { get }
  • The date Of Expiry of the Austrian Passport.

    Declaration

    Objective-C

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

    Swift

    var dateOfExpiry: MBDateResult { get }