MBAustriaDlFrontRecognizerResult

Class representing values obtained when scanning front side of the Austria Dl

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The date Of Birth of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult { get }
  • The date Of Expiry of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfExpiry: MBDateResult { get }
  • The date Of Issue of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfIssue: MBDateResult { get }
  • The first Name of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var firstName: String { get }
  • The issuing Authority of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var issuingAuthority: String { get }
  • The licence Number of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var licenceNumber: String { get }
  • The name of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var name: String { get }
  • The place Of Birth of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var placeOfBirth: String { get }
  • The vehicle Categories of the front side of the Austria Dl owner.

    Declaration

    Objective-C

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

    Swift

    var vehicleCategories: String { get }