MBAustriaIdFrontRecognizerResult

Class representing values obtained when scanning front side of Aus ID

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The first name of the Austrian Id owner.

    Declaration

    Objective-C

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

    Swift

    var givenName: String? { get }
  • The last name of the Austrian Id owner.

    Declaration

    Objective-C

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

    Swift

    var surname: String? { get }
  • The document number of the Austrian Id.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *documentNumber;

    Swift

    var documentNumber: String? { get }
  • The date of birth of the Austrian Id owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult? { get }
  • sex

    The sex of the Austrian Id owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String? { get }