MBSwitzerlandIdFrontRecognizerResult

Recognizer which can scan front side of Switzerland ID.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The date of birth of Switzerland ID owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult { get }
  • The given name of Switzerland ID owner.

    Declaration

    Objective-C

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

    Swift

    var givenName: String { get }
  • The surname of Switzerland ID owner.

    Declaration

    Objective-C

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

    Swift

    var surname: String { get }