Class InvoiceSplitterV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.invoicesplitter.InvoiceSplitterV1Document
-
public class InvoiceSplitterV1Document extends Prediction
Document data for Invoice Splitter, API version 1.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvoiceSplitterV1Document.PageIndexes
Represents a grouping of pages.
-
Constructor Summary
Constructors Constructor Description InvoiceSplitterV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<InvoiceSplitterV1Document.PageIndexes>
getInvoicePageGroups()
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
-
getInvoicePageGroups
public List<InvoiceSplitterV1Document.PageIndexes> getInvoicePageGroups()
-
canEqual
protected boolean canEqual(Object other)
-
-