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()StringtoString()The value of the field.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
getIsComputed
public Boolean getIsComputed()
Whether the field was computed or retrieved directly from the document.
-
-