Package com.mindee.product.us.bankcheck
Class BankCheckV1Page
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.us.bankcheck.BankCheckV1Document
-
- com.mindee.product.us.bankcheck.BankCheckV1Page
-
public class BankCheckV1Page extends BankCheckV1Document
Bank Check API version 1.1 page data.
-
-
Field Summary
Fields Modifier and Type Field Description protected PositionField
checkPosition
The position of the check on the document.protected List<PositionField>
signaturesPositions
List of signature positions-
Fields inherited from class com.mindee.product.us.bankcheck.BankCheckV1Document
accountNumber, amount, checkNumber, date, payees, routingNumber
-
-
Constructor Summary
Constructors Constructor Description BankCheckV1Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
PositionField
getCheckPosition()
The position of the check on the document.List<PositionField>
getSignaturesPositions()
List of signature positionsint
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
Methods inherited from class com.mindee.product.us.bankcheck.BankCheckV1Document
getAccountNumber, getAmount, getCheckNumber, getDate, getPayees, getRoutingNumber
-
-
-
-
Field Detail
-
checkPosition
protected PositionField checkPosition
The position of the check on the document.
-
signaturesPositions
protected List<PositionField> signaturesPositions
List of signature positions
-
-
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
- Overrides:
isEmpty
in classBankCheckV1Document
-
toString
public String toString()
- Overrides:
toString
in classBankCheckV1Document
-
getCheckPosition
public PositionField getCheckPosition()
The position of the check on the document.
-
getSignaturesPositions
public List<PositionField> getSignaturesPositions()
List of signature positions
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBankCheckV1Document
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classBankCheckV1Document
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBankCheckV1Document
-
-