| Package | com.tuarua.firebase.ml.vision.barcode |
| Class | public class BarcodeDriverLicense |
| Inheritance | BarcodeDriverLicense Object |
| 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:StringDriver license expiration date. The date format depends on the issuing country.
| firstName | property |
public var firstName:StringHolder's first name.
| gender | property |
public var gender:StringHolder's gender. 1 is male and 2 is female.
| issuingCountry | property |
public var issuingCountry:StringA country in which DL/ID was issued.
| issuingDate | property |
public var issuingDate:StringThe date format depends on the issuing country.
| lastName | property |
public var lastName:StringHolder's last name.
| licenseNumber | property |
public var licenseNumber:StringDriver license ID number.
| middleName | property |
public var middleName:StringHolder's middle name.