Class MultiReceiptsDetectorV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.multireceiptsdetector.MultiReceiptsDetectorV1Document
-
public class MultiReceiptsDetectorV1Document extends Prediction
Multi Receipts Detector API version 1.1 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<PositionField>
receipts
Positions of the receipts on the document.
-
Constructor Summary
Constructors Constructor Description MultiReceiptsDetectorV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<PositionField>
getReceipts()
Positions of the receipts on the document.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Field Detail
-
receipts
protected List<PositionField> receipts
Positions of the receipts on the document.
-
-
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
-
getReceipts
public List<PositionField> getReceipts()
Positions of the receipts on the document.
-
canEqual
protected boolean canEqual(Object other)
-
-