Class DocumentReaderValue


  • public class DocumentReaderValue
    extends java.lang.Object
    structure describing single value of the field
    • Field Detail

      • sourceType

        public int sourceType
        one of eRPRM_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
      • originalSymbols

        public java.util.List<DocumentReaderSymbol> originalSymbols
        list of all symbols for this value
      • probability

        public int probability
    • Constructor Detail

      • DocumentReaderValue

        public DocumentReaderValue()