Class ListFieldValue


  • public class ListFieldValue
    extends Object
    A single value in a ListField.
    • Constructor Detail

      • ListFieldValue

        public ListFieldValue()
      • ListFieldValue

        public ListFieldValue​(String content,
                              double confidence,
                              Polygon polygon)
    • 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.
      • getContent

        public String getContent()
        The content of the value.
      • getPageId

        public Integer getPageId()
        The document page on which the information was found.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object