MBSpainDlFrontRecognizerResult

Class representing values obtained when scanning front side of Spain DL

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The first name of the Spain DL owner

    Declaration

    Objective-C

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

    Swift

    var firstName: String? { get }
  • The surname of the Spain DL owner

    Declaration

    Objective-C

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

    Swift

    var surname: String? { get }
  • The licence number of the Spain DL

    Declaration

    Objective-C

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

    Swift

    var number: String? { get }
  • The place of birth of Spain DL owner

    Declaration

    Objective-C

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

    Swift

    var placeOfBirth: String? { get }
  • The issuing authority of the Spain DL

    Declaration

    Objective-C

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

    Swift

    var issuingAuthority: String? { get }
  • The licence categories of the Spain DL

    Declaration

    Objective-C

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

    Swift

    var licenceCategories: String? { get }
  • The date of birth of Spain DL owner

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult? { get }
  • The date of issue of Spain DL

    Declaration

    Objective-C

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

    Swift

    var validFrom: MBDateResult? { get }
  • The date of expiry of Spain DL

    Declaration

    Objective-C

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

    Swift

    var validUntil: MBDateResult? { get }