Package com.mindee.parsing.standard
Class DateField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.DateField
-
- All Implemented Interfaces:
PositionData
public class DateField extends BaseField
Represent a date.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsComputed()Whether the field was computed or retrieved directly from the document.LocalDategetValue()The value asLocalDateobject.booleanisEmpty()Whether the field is empty or not.StringtoString()The value of the field.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-