Package com.mindee.parsing.standard
Class StringField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.StringField
-
- All Implemented Interfaces:
PositionData
- Direct Known Subclasses:
AddressField
public class StringField extends BaseField
Represent a string field.
-
-
Constructor Summary
Constructors Constructor Description StringField(String value, Double confidence, Polygon polygon)StringField(String value, String rawValue, Double confidence, Polygon polygon, Integer pageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRawValue()The value as it appears on the document.StringgetValue()The value of the field.booleanisEmpty()StringtoString()-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-