Atalasoft MobileImage API Reference
|
This object represents bill data. More...
#import <kfxBillData.h>
Properties | |
kfxDataField * | amount |
Bill amount. More... | |
kfxDataField * | dueDate |
Bill due date. More... | |
kfxDataField * | name |
Bill name. More... | |
kfxDataField * | addressLine1 |
Bill address line1. More... | |
kfxDataField * | addressLine2 |
Bill address line2. More... | |
kfxDataField * | city |
Bill city. More... | |
kfxDataField * | state |
Bill state. More... | |
kfxDataField * | zip |
Bill zip. More... | |
kfxDataField * | accountNumber |
Bill account number. More... | |
kfxDataField * | phoneNumber |
Bill phone number. More... | |
kfxDataField * | source |
Bill source. More... | |
kfxDataField * | billers |
Bill billers. 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 bill data.
Contains the information extracted from bill image.
|
readwritenonatomicstrong |
Bill account number.
This property contains the account number. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill address line1.
This property contains the address line1. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill address line2.
This property contains the address line2. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill amount.
This property contains the amount. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill billers.
This property contains the billers. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill city.
This property contains the city. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill due date.
This property contains the due date. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill name.
This property contains the name. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill phone number.
This property contains the phone number. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Raw data.
This property contains the raw JSON string with response from extraction server.
|
readwritenonatomicstrong |
Bill source.
This property contains the source. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill state.
This property contains the state. The value string is empty if the extraction of this field is unsuccessfull.
|
readwritenonatomicstrong |
Bill zip.
This property contains the zip. The value string is empty if the extraction of this field is unsuccessfull.