Class DocumentReaderSymbol


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

      Fields 
      Modifier and Type Field Description
      int code
      ASCII code of symbol
      int probability
      symbol recognition probability (0–100, %)
      Rect rect
      bounds result of the particular value
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public int code
        ASCII code of symbol
      • rect

        public Rect rect
        bounds result of the particular value
      • probability

        public int probability
        symbol recognition probability (0–100, %)
    • Constructor Detail

      • DocumentReaderSymbol

        public DocumentReaderSymbol()