Kofax Mobile SDK API Reference
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
j
k
l
m
n
p
q
r
s
t
u
v
w
Variables
Enumerations
Enumerator
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
b
c
d
f
g
i
k
l
m
o
p
r
s
t
u
Variables
Typedefs
c
k
Enumerations
b
d
f
k
l
Enumerator
b
c
d
f
g
i
k
l
m
p
r
s
t
Macros
MobileSDK
PublicAPI
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
kfxCaptureData::originalImage
NSString * originalImage
Identifier for the image captured by capture view controller classes.
Definition:
kfxCaptureData.h:22
kfxCaptureData
Base class for document data objects.
Definition:
kfxCaptureData.h:16
kfxCaptureData::processedImage
NSString * processedImage
Identifier for the image processed by image processor.
Definition:
kfxCaptureData.h:29
Untitled Document
© 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.