Class DriverLicenseV1Page
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.eu.driverlicense.DriverLicenseV1Document
-
- com.mindee.product.eu.driverlicense.DriverLicenseV1Page
-
public class DriverLicenseV1Page extends DriverLicenseV1Document
Driver License API version 1.0 page data.
-
-
Field Summary
Fields Modifier and Type Field Description protected PositionField
photo
Has a photo of the EU driver license holderprotected PositionField
signature
Has a signature of the EU driver license holder-
Fields inherited from class com.mindee.product.eu.driverlicense.DriverLicenseV1Document
address, category, countryCode, dateOfBirth, documentId, expiryDate, firstName, issueAuthority, issueDate, lastName, mrz, placeOfBirth
-
-
Constructor Summary
Constructors Constructor Description DriverLicenseV1Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
PositionField
getPhoto()
Has a photo of the EU driver license holderPositionField
getSignature()
Has a signature of the EU driver license holderint
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
Methods inherited from class com.mindee.product.eu.driverlicense.DriverLicenseV1Document
getAddress, getCategory, getCountryCode, getDateOfBirth, getDocumentId, getExpiryDate, getFirstName, getIssueAuthority, getIssueDate, getLastName, getMrz, getPlaceOfBirth
-
-
-
-
Field Detail
-
photo
protected PositionField photo
Has a photo of the EU driver license holder
-
signature
protected PositionField signature
Has a signature of the EU driver license holder
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Overrides:
isEmpty
in classDriverLicenseV1Document
-
toString
public String toString()
- Overrides:
toString
in classDriverLicenseV1Document
-
getPhoto
public PositionField getPhoto()
Has a photo of the EU driver license holder
-
getSignature
public PositionField getSignature()
Has a signature of the EU driver license holder
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDriverLicenseV1Document
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classDriverLicenseV1Document
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDriverLicenseV1Document
-
-