Package com.mindee.product.cropper
Class CropperV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.cropper.CropperV1Document
-
- Direct Known Subclasses:
CropperV1Page
public class CropperV1Document extends Prediction
Cropper API version 1.1 document data.
-
-
Constructor Summary
Constructors Constructor Description CropperV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Specified by:
isEmpty
in classPrediction
-
canEqual
protected boolean canEqual(Object other)
-
-