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>receiptsPositions 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 booleancanEqual(Object other)booleanequals(Object o)List<PositionField>getReceipts()Positions of the receipts on the document.inthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()
-
-
-
Field Detail
-
receipts
protected List<PositionField> receipts
Positions of the receipts on the document.
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:PredictionReturnstrueif there are no predictions values. Accessing prediction values when this istruemay result in aNullPointerException- Specified by:
isEmptyin classPrediction
-
getReceipts
public List<PositionField> getReceipts()
Positions of the receipts on the document.
-
canEqual
protected boolean canEqual(Object other)
-
-