Class DocumentReaderTextField
java.lang.Object
com.regula.documentreader.api.results.DocumentReaderTextField
serves for storing information from one text data field.
-
Field Summary
Modifier and TypeFieldDescriptionlist of all comparison statuses for this field typeint
one ofeCheckResult
values, indicating comparison result of the fieldint
one ofeVisualFieldType
values, indicating type of the fieldint
ID of language-culture to differentiate one field of the same type from another (for example Belarus Passport Page # 31 – Belarusian and Russian fields of the same type) one ofLCID
values, indicating type of the fieldint
one ofeCheckResult
values, indicating verification result of the fieldlist of all validity statuses for this field typeint
one ofeCheckResult
values, indicating validity result of the fieldvalue from the fieldlist of all values of the same field type -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldName
(Context context) field symbolic namegetLcidName
(Context context) value()
Returns value of first found source by priority mrz - rfid - barcode - visualvalue
(int sourceType) Returns value of source specified
-
Field Details
-
fieldType
public int fieldTypeone ofeVisualFieldType
values, indicating type of the field -
lcid
public int lcidID of language-culture to differentiate one field of the same type from another (for example Belarus Passport Page # 31 – Belarusian and Russian fields of the same type) one ofLCID
values, indicating type of the field -
values
list of all values of the same field type -
comparisonList
list of all comparison statuses for this field type -
validityList
list of all validity statuses for this field type -
value
value from the field -
status
public int statusone ofeCheckResult
values, indicating verification result of the field -
comparisonStatus
public int comparisonStatusone ofeCheckResult
values, indicating comparison result of the field -
validityStatus
public int validityStatusone ofeCheckResult
values, indicating validity result of the field
-
-
Constructor Details
-
DocumentReaderTextField
public DocumentReaderTextField()
-
-
Method Details
-
getFieldName
field symbolic name -
getLcidName
-
value
Returns value of first found source by priority mrz - rfid - barcode - visual- Returns:
- value or null
-
value
Returns value of source specified- Parameters:
sourceType
- one of @eRPRM_ResultType.ResultTypeValues- Returns:
- value or null
-