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 valueDocumentReaderTextField
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 sourcejava.lang.String
value
Lexical Analysis formatted value
-
Constructor Summary
Constructors Constructor Description DocumentReaderValue()
DocumentReaderValue(DocumentReaderTextField field)
-
-
-
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
-
originalSymbols
public java.util.List<DocumentReaderSymbol> originalSymbols
list of all symbols for this value
-
probability
public int probability
-
-
Constructor Detail
-
DocumentReaderValue
public DocumentReaderValue()
-
DocumentReaderValue
public DocumentReaderValue(DocumentReaderTextField field)
-
-