MBNewZealandDlFrontRecognizerResult

Class representing values obtained when scanning front side of New Zealand DL

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The first name of the New Zealand Driver License owner.

    Declaration

    Objective-C

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

    Swift

    var firstNames: String? { get }
  • The last name of the New Zealand Driver License owner.

    Declaration

    Objective-C

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

    Swift

    var surname: String? { get }
  • The last name of the New Zealand Driver License owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult? { get }
  • The last name of the New Zealand Driver License owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfIssue: MBDateResult? { get }
  • The last name of the New Zealand Driver License owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfExpiry: MBDateResult? { get }
  • The last name of the New Zealand Driver License owner.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) BOOL donorIndicator;

    Swift

    var donorIndicator: Bool { get }
  • The last name of the New Zealand Driver License owner.

    Declaration

    Objective-C

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

    Swift

    var address: String? { get }
  • The license number of the New Zealand Driver License.

    Declaration

    Objective-C

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

    Swift

    var licenseNumber: String? { get }
  • The card version of the New Zealand Driver License.

    Declaration

    Objective-C

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

    Swift

    var cardVersion: String? { get }