Package com.mindee.parsing.standard
Class StringField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.StringField
-
- All Implemented Interfaces:
PositionData
public final 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 String
getRawValue()
The value as it appears on the document.String
getValue()
The value of the field.boolean
isEmpty()
String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-