Class DocumentReaderValue
- java.lang.Object
-
- com.regula.documentreader.api.results.DocumentReaderValue
-
public class DocumentReaderValue extends java.lang.Object
structure describing single value of the field
-
-
Field Summary
Fields Modifier and Type Field Description Rect
boundRect
bounds result of the particular valuejava.util.Map<java.lang.Integer,java.lang.Integer>
comparison
Deprecated.DocumentReaderTextField
field
current text fieldDocumentReaderTextField
java.util.List<DocumentReaderSymbol>
originalSymbols
list of all symbols for this valuejava.lang.String
originalValue
unformatted value as it was on the sourceint
pageIndex
int
probability
DocumentReaderRfidOrigin
rfidOrigin
the field is available only for the 'rfid' sourceint
sourceType
one ofeRPRM_ResultType
values indicating the value's origin sourceint
validity
Deprecated.java.lang.String
value
Lexical Analysis formatted value
-
Constructor Summary
Constructors Constructor Description DocumentReaderValue()
-
-
-
Field Detail
-
field
public DocumentReaderTextField field
current text fieldDocumentReaderTextField
-
sourceType
public int sourceType
one ofeRPRM_ResultType
values indicating the value's origin source
-
value
public java.lang.String value
Lexical Analysis formatted value
-
originalValue
public java.lang.String originalValue
unformatted value as it was on the source
-
pageIndex
public int pageIndex
-
boundRect
public Rect boundRect
bounds result of the particular value
-
rfidOrigin
public DocumentReaderRfidOrigin rfidOrigin
the field is available only for the 'rfid' source
-
validity
@Deprecated public int validity
Deprecated.one ofeRPRM_FieldVerificationResult
values, indicating verification result of this particular value Since version 6.6 validity is deprecated. UseDocumentReaderTextField.validityList
-
originalSymbols
public java.util.List<DocumentReaderSymbol> originalSymbols
list of all symbols for this value
-
comparison
@Deprecated public java.util.Map<java.lang.Integer,java.lang.Integer> 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
-
-