Package com.mindee.parsing.common
Class Prediction
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- Direct Known Subclasses:
BankAccountDetailsV1Document,BankAccountDetailsV2Document,BankCheckV1Document,BarcodeReaderV1Document,BillOfLadingV1Document,BusinessCardV1Document,CarteGriseV1Document,CropperV1Document,CustomV1Document,DeliveryNoteV1Document,DriverLicenseV1Document,EnergyBillV1Document,FinancialDocumentV1Document,GeneratedV1Document,HealthCardV1Document,HealthcareCardV1Document,IdCardV1Document,IdCardV2Document,IndianPassportV1Document,InternationalIdV2Document,InvoiceSplitterV1Document,InvoiceV4Document,MultiReceiptsDetectorV1Document,NutritionFactsLabelV1Document,PassportV1Document,PayslipV2Document,PayslipV3Document,ReceiptV5Document,ResumeV1Document,UsMailV3Document
public abstract class Prediction extends Object
Base class for all predictions.
-
-
Constructor Summary
Constructors Constructor Description Prediction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanisEmpty()Returnstrueif there are no predictions values.
-
-
-
Method Detail
-
isEmpty
public abstract boolean isEmpty()
Returnstrueif there are no predictions values. Accessing prediction values when this istruemay result in aNullPointerException
-
-