Class Word


  • public class Word
    extends Object
    Represents a word.
    • Constructor Detail

      • Word

        public Word()
    • Method Detail

      • getConfidence

        public double getConfidence()
        The confidence about the zone of the value extracted. A value from 0 to 1.
      • getPolygon

        public Polygon getPolygon()
        Define the coordinates of the zone in the page where the values have been found.
      • getText

        public String getText()
        Represent the content.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object