Namespace: Mindee.Product.DriverLicense
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Driver License API version 1.0 document data.
public class DriverLicenseV1Document : IPrediction
Inheritance: object → DriverLicenseV1Document
Implements: IPrediction
Name | Description |
---|---|
DriverLicenseV1Document() |
Name | Description |
---|---|
Category | The category or class of the driver license. |
CountryCode | The alpha-3 ISO 3166 code of the country where the driver license was issued. |
DateOfBirth | The date of birth of the driver license holder. |
DdNumber | The DD number of the driver license. |
ExpiryDate | The expiry date of the driver license. |
FirstName | The first name of the driver license holder. |
Id | The unique identifier of the driver license. |
IssuedDate | The date when the driver license was issued. |
IssuingAuthority | The authority that issued the driver license. |
LastName | The last name of the driver license holder. |
Mrz | The Machine Readable Zone (MRZ) of the driver license. |
PlaceOfBirth | The place of birth of the driver license holder. |
State | Second part of the ISO 3166-2 code, consisting of two letters indicating the US State. |
Name | Description |
---|---|
ToString() | A prettier representation of the current model values. |
Documentation generated by MdDocs