Package | com.tuarua.firebase.ml.vision.barcode |
Class | public class BarcodeDriverLicense |
Inheritance | BarcodeDriverLicense ![]() |
Property | Defined 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 |
expiryDate | property |
public var expiryDate:String
Driver license expiration date. The date format depends on the issuing country.
firstName | property |
public var firstName:String
Holder's first name.
gender | property |
public var gender:String
Holder's gender. 1 is male and 2 is female.
issuingCountry | property |
public var issuingCountry:String
A country in which DL/ID was issued.
issuingDate | property |
public var issuingDate:String
The date format depends on the issuing country.
lastName | property |
public var lastName:String
Holder's last name.
licenseNumber | property |
public var licenseNumber:String
Driver license ID number.
middleName | property |
public var middleName:String
Holder's middle name.