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 Boolean
getIsComputed()
Whether the field was computed or retrieved directly from the document.LocalDate
getValue()
The value asLocalDate
object.boolean
isEmpty()
String
toString()
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.
-
-