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

Data field object. More...

#import <kfxDataField.h>

Inheritance diagram for kfxDataField:

Properties

NSString * name
 A string value with field name. More...
 
NSString * value
 A string value with field value. More...
 
CGFloat confidence
 A float value with field confidence. More...
 
CGRect location
 A CGRect value with field location on the document image. More...
 

Detailed Description

Data field object.

Data field object represents data associated with document fields.

See also
kfxCheckData
kfxCheckIQAData
kfxBillData
kfxPassportData
kfxIDData
kfxCreditCardData

Property Documentation

- (CGFloat) confidence
readwritenonatomicassign

A float value with field confidence.

Default value is 0.

- (CGRect) location
readwritenonatomicassign

A CGRect value with field location on the document image.

Default value is CGRectZero.

- (NSString*) name
readwritenonatomicstrong

A string value with field name.

Default value is nil.

- (NSString*) value
readwritenonatomicstrong

A string value with field value.

Default value is nil.


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.