Packagecom.tuarua.firebase.ml.vision.barcode
Classpublic class BarcodeDriverLicense
InheritanceBarcodeDriverLicense Inheritance Object



Public Properties
 PropertyDefined By
  expiryDate : String
Driver license expiration date.
BarcodeDriverLicense
  firstName : String
Holder's first name.
BarcodeDriverLicense
  gender : String
Holder's gender.
BarcodeDriverLicense
  issuingCountry : String
A country in which DL/ID was issued.
BarcodeDriverLicense
  issuingDate : String
The date format depends on the issuing country.
BarcodeDriverLicense
  lastName : String
Holder's last name.
BarcodeDriverLicense
  licenseNumber : String
Driver license ID number.
BarcodeDriverLicense
  middleName : String
Holder's middle name.
BarcodeDriverLicense
Property Detail
expiryDateproperty
public var expiryDate:String

Driver license expiration date. The date format depends on the issuing country.

firstNameproperty 
public var firstName:String

Holder's first name.

genderproperty 
public var gender:String

Holder's gender. 1 is male and 2 is female.

issuingCountryproperty 
public var issuingCountry:String

A country in which DL/ID was issued.

issuingDateproperty 
public var issuingDate:String

The date format depends on the issuing country.

lastNameproperty 
public var lastName:String

Holder's last name.

licenseNumberproperty 
public var licenseNumber:String

Driver license ID number.

middleNameproperty 
public var middleName:String

Holder's middle name.