Package com.mindee.parsing.standard
Class AmountField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.AmountField
-
- All Implemented Interfaces:
PositionData
public class AmountField extends BaseField
Represent an amount.
-
-
Constructor Summary
Constructors Constructor Description AmountField(Double value, Double confidence, Polygon polygon, Integer pageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getValue()
An amount value.boolean
isEmpty()
String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-