Kofax Mobile SDK 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

kfxDataFieldamount
 Bill amount. More...
 
kfxDataFielddueDate
 Bill due date. More...
 
kfxDataFieldname
 Bill name. More...
 
kfxDataFieldaddressLine1
 Bill address line1. More...
 
kfxDataFieldaddressLine2
 Bill address line2. More...
 
kfxDataFieldcity
 Bill city. More...
 
kfxDataFieldstate
 Bill state. More...
 
kfxDataFieldzip
 Bill zip. More...
 
kfxDataFieldaccountNumber
 Bill account number. More...
 
kfxDataFieldphoneNumber
 Bill phone number. More...
 
kfxDataFieldsource
 Bill source. More...
 
kfxDataFieldbillers
 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.

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 Kofax, Inc. All rights reserved. Use is subject to license terms.