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 ClassificationFielddocumentSideThe 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 booleancanEqual(Object other)booleanequals(Object o)ClassificationFieldgetDocumentSide()The side of the document which is visible.inthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()-
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:PredictionReturnstrueif there are no predictions values. Accessing prediction values when this istruemay result in aNullPointerException- Overrides:
isEmptyin classIdCardV1Document
-
toString
public String toString()
- Overrides:
toStringin classIdCardV1Document
-
getDocumentSide
public ClassificationField getDocumentSide()
The side of the document which is visible.
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classIdCardV1Document
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classIdCardV1Document
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIdCardV1Document
-
-