Class DocumentReaderValue
java.lang.Object
com.regula.documentreader.api.results.DocumentReaderValue
structure describing single value of the field
-
Field Summary
FieldsModifier and TypeFieldDescriptionRect
bounds result of the particular valueDeprecated.current text fieldDocumentReaderTextField
list of all symbols for this valueunformatted value as it was on the sourceint
int
the field is available only for the 'rfid' sourceint
one ofeRPRM_ResultType
values indicating the value's origin sourceint
Deprecated.Lexical Analysis formatted value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field
current text fieldDocumentReaderTextField
-
sourceType
public int sourceTypeone ofeRPRM_ResultType
values indicating the value's origin source -
value
Lexical Analysis formatted value -
originalValue
unformatted value as it was on the source -
pageIndex
public int pageIndex -
boundRect
public Rect boundRectbounds result of the particular value -
rfidOrigin
the field is available only for the 'rfid' source -
validity
Deprecated.one ofeRPRM_FieldVerificationResult
values, indicating verification result of this particular value Since version 6.6 validity is deprecated. UseDocumentReaderTextField.validityList
-
originalSymbols
list of all symbols for this value -
comparison
Deprecated.comparison results with another values of same type key is one ofeRPRM_ResultType
values value is one ofeRPRM_FieldVerificationResult
values. Since version 6.6 comparison is deprecated. UseDocumentReaderTextField.comparisonList
-
probability
public int probability
-
-
Constructor Details
-
DocumentReaderValue
public DocumentReaderValue()
-