Class DocumentReaderDocumentType
- java.lang.Object
-
- com.regula.documentreader.api.results.DocumentReaderDocumentType
-
public class DocumentReaderDocumentType extends java.lang.Object
structure, containing information about determined document type
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
dCountryName
java.lang.String
dDescription
int
dFormat
boolean
dMRZ
int
documentID
document type numeric codeint
dType
one ofdiDocType
valuesjava.lang.String
dYear
int[]
FDSID
java.lang.String
ICAOCode
boolean
isDeprecated
Document deprecation.java.lang.String
name
document type nameint
pageIndex
-
Constructor Summary
Constructors Constructor Description DocumentReaderDocumentType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentReaderDocumentType
fromJson(java.lang.String json)
static DocumentReaderDocumentType
fromJson(JSONObject object)
java.lang.String
toJson()
Method convert object to string in json format
-
-
-
Field Detail
-
name
public java.lang.String name
document type name
-
documentID
public int documentID
document type numeric code
-
ICAOCode
public java.lang.String ICAOCode
-
dType
public int dType
one ofdiDocType
values
-
FDSID
public int[] FDSID
-
dFormat
public int dFormat
-
dMRZ
public boolean dMRZ
-
dDescription
public java.lang.String dDescription
-
dYear
public java.lang.String dYear
-
dCountryName
public java.lang.String dCountryName
-
pageIndex
public int pageIndex
-
isDeprecated
public boolean isDeprecated
Document deprecation.
-
-
Method Detail
-
fromJson
public static DocumentReaderDocumentType fromJson(java.lang.String json)
-
fromJson
public static DocumentReaderDocumentType fromJson(JSONObject object)
-
toJson
public java.lang.String toJson()
Method convert object to string in json format- Returns:
- string in json format
-
-