Atalasoft MobileImage API Reference
|
This object represents check data. More...
#import <kfxCheckData.h>
Properties | |
kfxDataField * | MICR |
Check MICR. More... | |
kfxDataField * | amount |
Check amount. More... | |
kfxDataField * | checkNumber |
Check number. More... | |
kfxDataField * | date |
Check date. More... | |
kfxDataField * | payeeName |
Check payee name. More... | |
kfxDataField * | usable |
Check usable. More... | |
kfxDataField * | LAR |
Check legal amount. More... | |
kfxDataField * | CAR |
Check courtesy amount. More... | |
kfxDataField * | transit |
Check transit (routing). More... | |
kfxDataField * | onUs1 |
Check On-Us first part. More... | |
kfxDataField * | onUs2 |
Check On-Us second part. More... | |
kfxDataField * | auxiliaryOnUs |
Check Auxiliary On-Us. More... | |
kfxDataField * | EPC |
Check external processing code. More... | |
kfxDataField * | MICRAmount |
Check MICR amount. More... | |
kfxDataField * | restrictiveEndorsement |
Check restrictive endorsement. More... | |
kfxDataField * | restrictiveEndorsementPresent |
Check restrictive endorsement present. More... | |
kfxDataField * | reasonForRejection |
Check reason for rejection. More... | |
kfxCheckIQAData * | IQA |
Check IQA data. More... | |
kfxCheckUsabilityData * | usability |
Check usability data. More... | |
NSString * | rawData |
Raw data. More... | |
Properties inherited from kfxCaptureData | |
NSString * | originalImage |
Identifier for the image captured by capture view controller classes. More... | |
NSString * | processedImage |
Identifier for the image processed by image processor. More... | |
This object represents check data.
Contains the information extracted from check image.
|
readwritenonatomicstrong |
Check amount.
This property contains check amount. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check Auxiliary On-Us.
This property contains check Auxiliary On-Us. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check courtesy amount.
This property contains check CAR. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check number.
This property contains check number. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check date.
This property contains check date. When automatically populated, the value string will contain the date in the same format as presented on the check. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check external processing code.
This property contains check EPC. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check IQA data.
This property contains check IQA data.
|
readwritenonatomicstrong |
Check legal amount.
This property contains check LAR. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check MICR.
This property contains check MICR. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check MICR amount.
This property contains check amount specified in MICR. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check On-Us first part.
This property contains check On-Us first part. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check On-Us second part.
This property contains check On-Us second part. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check payee name.
This property contains check payee name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Raw data.
This property contains raw JSON string with response from extraction server.
|
readwritenonatomicstrong |
Check reason for rejection.
This property contains reason for check rejection. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check restrictive endorsement.
This property contains check restrictive endorsement. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check restrictive endorsement present.
This property specifies if check restrictive endorsement is present. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check transit (routing).
This property contains check transit. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Check usability data.
This property contains check usability data.
|
readwritenonatomicstrong |
Check usable.
This property specifies if check is usable. The value string is empty if the extraction of this field is unsuccessfull.