Kofax Mobile SDK API Reference
Instance Methods | Properties | List of all members
kfxKOEImageField Class Reference

Image Field object. More...

#import <kfxKOEImageField.h>

Inheritance diagram for kfxKOEImageField:
kfxKOEField

Instance Methods

(instancetype) - initWithDataField:croppedImage:
 Constructor. More...
 

Properties

kfxKEDImagevalue
 An image that represents the extracted field. More...
 
- Properties inherited from kfxKOEField
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

Image Field object.

Image field object represents an image associated with document fields.

Method Documentation

- (instancetype) initWithDataField: (kfxKOEDataField *)  field
croppedImage: (kfxKEDImage *)  croppedImage 

Constructor.

Initializes the object from a kfxKOEDataField

Parameters
field- kfxKOEDataField to initialize with.
croppedImage- the resulting field value will be cropped from this image.
See also
kfxKOEDataField

Property Documentation

- (kfxKEDImage*) value
readwritenonatomicstrong

An image that represents the extracted field.

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.