MBPolandIdFrontRecognizerResult

Recognizer which can scan front side of Poland ID cards.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The date of birth of the Poland ID owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult { get }
  • The family name of the Poland ID owner.

    Declaration

    Objective-C

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

    Swift

    var familyName: String { get }
  • The given names of the Poland ID owner.

    Declaration

    Objective-C

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

    Swift

    var givenNames: String { get }
  • The parents given names of the Poland ID owner.

    Declaration

    Objective-C

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

    Swift

    var parentsGivenNames: String { get }
  • sex

    The sex of the Poland ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String { get }
  • The surname of the Poland ID owner.

    Declaration

    Objective-C

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

    Swift

    var surname: String { get }