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 SummaryConstructors Constructor Description AmountField(Double value, Double confidence, Polygon polygon, Integer pageId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetValue()An amount value.booleanisEmpty()StringtoString()- 
Methods inherited from class com.mindee.parsing.standard.BaseFieldcanEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
 
- 
 
-