Class DocumentReaderDocumentType
java.lang.Object
com.regula.documentreader.api.results.DocumentReaderDocumentType
structure, containing information about determined document type
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
int
document type numeric codeint
one ofdiDocType
valuesint[]
boolean
Document deprecation.document type nameint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentReaderDocumentType
static DocumentReaderDocumentType
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
name
document type name -
documentID
public int documentIDdocument type numeric code -
ICAOCode
-
dType
public int dTypeone ofdiDocType
values -
FDSID
public int[] FDSID -
dFormat
public int dFormat -
dMRZ
public boolean dMRZ -
dDescription
-
dYear
-
dCountryName
-
pageIndex
public int pageIndex -
isDeprecated
public boolean isDeprecatedDocument deprecation.
-
-
Constructor Details
-
DocumentReaderDocumentType
public DocumentReaderDocumentType()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-