Kofax Mobile SDK API Reference
kfxCaptureData.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxCaptureData.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <UIKit/UIKit.h>
9 
11 
16 @interface kfxCaptureData : NSObject
17 
19 
22 @property (nonatomic, strong) NSString* originalImage;
23 
25 
29 @property (nonatomic, strong) NSString* processedImage;
30 
31 @end
NSString * originalImage
Identifier for the image captured by capture view controller classes.
Definition: kfxCaptureData.h:22
Base class for document data objects.
Definition: kfxCaptureData.h:16
NSString * processedImage
Identifier for the image processed by image processor.
Definition: kfxCaptureData.h:29
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.