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

Field object. More...

#import <kfxKOEField.h>

Inheritance diagram for kfxKOEField:
kfxKOEDataField kfxKOEImageField

Properties

NSString * name
 A string value with field name. More...
 
kfxKEDBoundingRectanglerect
 A bounding rectangle value with field location. More...
 
CGFloat confidence
 A float value with field confidence. More...
 

Detailed Description

Field object.

Field object represents data associated with document fields.

Property Documentation

- (CGFloat) confidence
readwritenonatomicassign

A float value with field confidence.

The confidence field is a continuous value in the range (0,1) that reflects an overall estimate of the probability that the value is correct.

Returns
The field confidence
- (NSString*) name
readwritenonatomicstrong

A string value with field name.

Default value is empty NSString.

- (kfxKEDBoundingRectangle*) rect
readwritenonatomicstrong

A bounding rectangle value with field location.

Default value is kfxKEDBoundingRectangle with all coordinates set to 0.

See also
kfxKEDBoundingRectangle

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.