public class Result
Result of cheque recognition. Some fields might be empty if they were not recognized.
@JvmField @NotNull public ChequeField routingNumber
Routing number.
@JvmField @NotNull public ChequeField accountNumber
Account number.
@JvmField @NotNull public ChequeField chequeNumber
Account number.
@JvmField @NotNull public java.lang.String rawString
Raw recognized string.
@JvmField @NotNull public DetectedQuad polygon
Visual bounds of a cheque.
public Result(@NotNull
ChequeField routingNumber,
@NotNull
ChequeField accountNumber,
@NotNull
ChequeField chequeNumber,
@NotNull
java.lang.String rawString,
@NotNull
DetectedQuad polygon)
Result of cheque recognition. Some fields might be empty if they were not recognized.
routingNumber - Routing number.accountNumber - Account number.chequeNumber - Account number.rawString - Raw recognized string.polygon - Visual bounds of a cheque.@NotNull public ChequeField component1()
Routing number.
@NotNull public ChequeField component2()
Account number.
@NotNull public ChequeField component3()
Account number.
@NotNull public java.lang.String component4()
Raw recognized string.
@NotNull public DetectedQuad component5()
Visual bounds of a cheque.
@NotNull public Result copy(@NotNull ChequeField routingNumber, @NotNull ChequeField accountNumber, @NotNull ChequeField chequeNumber, @NotNull java.lang.String rawString, @NotNull DetectedQuad polygon)
Result of cheque recognition. Some fields might be empty if they were not recognized.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)