Kofax Mobile SDK API Reference
Properties | List of all members
kfxCheckData Class Reference

This object represents check data. More...

#import <kfxCheckData.h>

Inheritance diagram for kfxCheckData:
kfxCaptureData

Properties

kfxDataFieldMICR
 Check MICR. More...
 
kfxDataFieldamount
 Check amount. More...
 
kfxDataFieldcheckNumber
 Check number. More...
 
kfxDataFielddate
 Check date. More...
 
kfxDataFieldpayeeName
 Check payee name. More...
 
kfxDataFieldusable
 Check usable. More...
 
kfxDataFieldLAR
 Check legal amount. More...
 
kfxDataFieldCAR
 Check courtesy amount. More...
 
kfxDataFieldtransit
 Check transit (routing). More...
 
kfxDataFieldonUs1
 Check On-Us first part. More...
 
kfxDataFieldonUs2
 Check On-Us second part. More...
 
kfxDataFieldauxiliaryOnUs
 Check Auxiliary On-Us. More...
 
kfxDataFieldEPC
 Check external processing code. More...
 
kfxDataFieldMICRAmount
 Check MICR amount. More...
 
kfxDataFieldrestrictiveEndorsement
 Check restrictive endorsement. More...
 
kfxDataFieldrestrictiveEndorsementPresent
 Check restrictive endorsement present. More...
 
kfxDataFieldreasonForRejection
 Check reason for rejection. More...
 
kfxCheckIQADataIQA
 Check IQA data. More...
 
kfxCheckUsabilityDatausability
 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...
 

Detailed Description

This object represents check data.

Contains the information extracted from check image.

Property Documentation

- (kfxDataField*) amount
readwritenonatomicstrong

Check amount.

This property contains check amount. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxDataField*) auxiliaryOnUs
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.

See also
kfxDataField
- (kfxDataField*) CAR
readwritenonatomicstrong

Check courtesy amount.

This property contains check CAR. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxDataField*) checkNumber
readwritenonatomicstrong

Check number.

This property contains check number. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxDataField*) date
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.

See also
kfxDataField
- (kfxDataField*) EPC
readwritenonatomicstrong

Check external processing code.

This property contains check EPC. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxCheckIQAData*) IQA
readwritenonatomicstrong

Check IQA data.

This property contains check IQA data.

See also
kfxCheckIQAData
- (kfxDataField*) LAR
readwritenonatomicstrong

Check legal amount.

This property contains check LAR. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxDataField*) MICR
readwritenonatomicstrong

Check MICR.

This property contains check MICR. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxDataField*) MICRAmount
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.

See also
kfxDataField
- (kfxDataField*) onUs1
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.

See also
kfxDataField
- (kfxDataField*) onUs2
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.

See also
kfxDataField
- (kfxDataField*) payeeName
readwritenonatomicstrong

Check payee name.

This property contains check payee name. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (NSString*) rawData
readwritenonatomicstrong

Raw data.

This property contains raw JSON string with response from extraction server.

- (kfxDataField*) reasonForRejection
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.

See also
kfxDataField
- (kfxDataField*) restrictiveEndorsement
readwritenonatomicstrong

Check restrictive endorsement.

This property contains check restrictive endorsement. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxDataField*) restrictiveEndorsementPresent
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.

See also
kfxDataField
- (kfxDataField*) transit
readwritenonatomicstrong

Check transit (routing).

This property contains check transit. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField
- (kfxCheckUsabilityData*) usability
readwritenonatomicstrong

Check usability data.

This property contains check usability data.

See also
kfxCheckUsabilityData
- (kfxDataField*) usable
readwritenonatomicstrong

Check usable.

This property specifies if check is usable. The value string is empty if the extraction of this field is unsuccessfull.

See also
kfxDataField

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.