Atalasoft MobileImage API Reference
Properties | List of all members
kfxBillData Class Reference

This object represents bill data. More...

#import <kfxBillData.h>

Inheritance diagram for kfxBillData:
kfxCaptureData

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...
 

Detailed Description

This object represents bill data.

Contains the information extracted from bill image.

Note
The Atalasoft MobileImage SDK does not support extraction. Thus only parent class kfxCaptureData data will be provided.

Property Documentation

◆ accountNumber

- (kfxDataField*) accountNumber
readwritenonatomicstrong

Bill account number.

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

See also
kfxDataField

◆ addressLine1

- (kfxDataField*) addressLine1
readwritenonatomicstrong

Bill address line1.

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

See also
kfxDataField

◆ addressLine2

- (kfxDataField*) addressLine2
readwritenonatomicstrong

Bill address line2.

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

See also
kfxDataField

◆ amount

- (kfxDataField*) amount
readwritenonatomicstrong

Bill amount.

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

See also
kfxDataField

◆ billers

- (kfxDataField*) billers
readwritenonatomicstrong

Bill billers.

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

See also
kfxDataField

◆ city

- (kfxDataField*) city
readwritenonatomicstrong

Bill city.

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

See also
kfxDataField

◆ dueDate

- (kfxDataField*) dueDate
readwritenonatomicstrong

Bill due date.

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

See also
kfxDataField

◆ name

- (kfxDataField*) name
readwritenonatomicstrong

Bill name.

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

See also
kfxDataField

◆ phoneNumber

- (kfxDataField*) phoneNumber
readwritenonatomicstrong

Bill phone number.

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

See also
kfxDataField

◆ rawData

- (NSString*) rawData
readwritenonatomicstrong

Raw data.

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

◆ source

- (kfxDataField*) source
readwritenonatomicstrong

Bill source.

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

See also
kfxDataField

◆ state

- (kfxDataField*) state
readwritenonatomicstrong

Bill state.

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

See also
kfxDataField

◆ zip

- (kfxDataField*) zip
readwritenonatomicstrong

Bill zip.

This property contains the zip. 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 Atalasoft, Inc., 116 Pleasant St, Suite 321, Easthampton, MA 01027, U.S.A. All rights reserved. Use is subject to license terms.