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 PositionFieldcheckPositionThe position of the check on the document.protected List<PositionField>signaturesPositionsList 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 booleancanEqual(Object other)booleanequals(Object o)PositionFieldgetCheckPosition()The position of the check on the document.List<PositionField>getSignaturesPositions()List of signature positionsinthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()-
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:PredictionReturnstrueif there are no predictions values. Accessing prediction values when this istruemay result in aNullPointerException- Overrides:
isEmptyin classBankCheckV1Document
-
toString
public String toString()
- Overrides:
toStringin 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:
equalsin classBankCheckV1Document
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classBankCheckV1Document
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBankCheckV1Document
-
-