Package com.mindee.parsing.standard
Class BooleanField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.BooleanField
-
- All Implemented Interfaces:
PositionData
public class BooleanField extends BaseField
Represent a date.
-
-
Constructor Summary
Constructors Constructor Description BooleanField(Boolean value, Double confidence, Polygon polygon, Integer pageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getValue()
The value as aBoolean
.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
-
-