Package com.mindee.product.fr.idcard
Class IdCardV1Page
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.fr.idcard.IdCardV1Document
-
- com.mindee.product.fr.idcard.IdCardV1Page
-
public class IdCardV1Page extends IdCardV1Document
Carte Nationale d'Identité API version 1.1 page data.
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassificationField
documentSide
The side of the document which is visible.-
Fields inherited from class com.mindee.product.fr.idcard.IdCardV1Document
authority, birthDate, birthPlace, expiryDate, gender, givenNames, idNumber, mrz1, mrz2, surname
-
-
Constructor Summary
Constructors Constructor Description IdCardV1Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
ClassificationField
getDocumentSide()
The side of the document which is visible.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
Methods inherited from class com.mindee.product.fr.idcard.IdCardV1Document
getAuthority, getBirthDate, getBirthPlace, getExpiryDate, getGender, getGivenNames, getIdNumber, getMrz1, getMrz2, getSurname
-
-
-
-
Field Detail
-
documentSide
protected ClassificationField documentSide
The side of the document which is visible.
-
-
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 classIdCardV1Document
-
toString
public String toString()
- Overrides:
toString
in classIdCardV1Document
-
getDocumentSide
public ClassificationField getDocumentSide()
The side of the document which is visible.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classIdCardV1Document
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classIdCardV1Document
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classIdCardV1Document
-
-