Kofax Mobile SDK API Reference
kfxKOEImageField.h
Go to the documentation of this file.
1 //
2 // kfxKOEImageField.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2014-2018 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #import "kfxKOEField.h"
10 
11 @class kfxKOEDataField;
12 @class kfxKEDImage;
13 
15 
19 
21 
24 @property (nonatomic, strong) kfxKEDImage* value;
25 
27 
35 - (instancetype)initWithDataField:(kfxKOEDataField*)field croppedImage:(kfxKEDImage*)croppedImage;
36 
37 @end
kfxKEDImage * value
An image that represents the extracted field.
Definition: kfxKOEImageField.h:24
Image Field object.
Definition: kfxKOEImageField.h:18
Field object.
Definition: kfxKOEField.h:17
Data Field object.
Definition: kfxKOEDataField.h:15
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.