| java.lang.Object | |
| ↳ | com.google.android.gms.vision.barcode.Barcode.DriverLicense |
A driver license or ID card.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressCity | |||||||||||
| addressState | |||||||||||
| addressStreet | Holder's street address. | ||||||||||
| addressZip | |||||||||||
| birthDate | |||||||||||
| documentType | "DL" for driver licenses, "ID" for ID cards. | ||||||||||
| expiryDate | |||||||||||
| firstName | Holder's first name. | ||||||||||
| gender | Gender. | ||||||||||
| issueDate | The date format depends on the issuing country. | ||||||||||
| issuingCountry | Country in which DL/ID was issued. | ||||||||||
| lastName | |||||||||||
| licenseNumber | Driver license ID number. | ||||||||||
| middleName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Holder's street address.
"DL" for driver licenses, "ID" for ID cards.
Holder's first name.
Gender. 1 - male, 2 - female.
The date format depends on the issuing country. MMDDYYYY for the US, YYYYMMDD for Canada.
Country in which DL/ID was issued. US = "USA", Canada = "CAN".
Driver license ID number.