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 boolean
canEqual(Object other)
boolean
equals(Object o)
double
getConfidence()
The confidence about the zone of the value extracted.String
getContent()
The content of the value.Integer
getPageId()
The document page on which the information was found.Polygon
getPolygon()
Define the coordinates of the zone in the page where the values have been found.int
hashCode()
String
toString()
-
-
-
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)
-
-