Class InvoiceSplitterV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.invoicesplitter.InvoiceSplitterV1Document
-
public class InvoiceSplitterV1Document extends Prediction
Invoice Splitter API version 1.4 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<InvoiceSplitterV1InvoicePageGroup>invoicePageGroupsList of page groups.
-
Constructor Summary
Constructors Constructor Description InvoiceSplitterV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<InvoiceSplitterV1InvoicePageGroup>getInvoicePageGroups()List of page groups.inthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()
-
-
-
Field Detail
-
invoicePageGroups
protected List<InvoiceSplitterV1InvoicePageGroup> invoicePageGroups
List of page groups. Each group represents a single invoice within a multi-invoice 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
-
getInvoicePageGroups
public List<InvoiceSplitterV1InvoicePageGroup> getInvoicePageGroups()
List of page groups. Each group represents a single invoice within a multi-invoice document.
-
canEqual
protected boolean canEqual(Object other)
-
-