Package com.mindee.parsing.custom
Class ListFieldValue
- java.lang.Object
-
- com.mindee.parsing.custom.ListFieldValue
-
public class ListFieldValue extends Object
A single value in a ListField.
-
-
Constructor Summary
Constructors Constructor Description ListFieldValue()ListFieldValue(String content, double confidence, Polygon polygon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)doublegetConfidence()The confidence about the zone of the value extracted.StringgetContent()The content of the value.IntegergetPageId()The document page on which the information was found.PolygongetPolygon()Define the coordinates of the zone in the page where the values have been found.inthashCode()StringtoString()
-
-
-
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)
-
-