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
kfxDataField.h
Go to the documentation of this file.
1
//
2
// API Reference
3
// kfxDataField.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
21
@interface
kfxDataField
: NSObject
22
24
27
@property
(nonatomic, strong) NSString*
name
;
28
30
33
@property
(nonatomic, strong) NSString*
value
;
34
36
39
@property
(nonatomic, assign) CGFloat
confidence
;
40
42
45
@property
(nonatomic, assign) CGRect
location
;
46
47
@end
kfxDataField
Data field object.
Definition:
kfxDataField.h:21
kfxDataField::name
NSString * name
A string value with field name.
Definition:
kfxDataField.h:27
kfxDataField::location
CGRect location
A CGRect value with field location on the document image.
Definition:
kfxDataField.h:45
kfxDataField::confidence
CGFloat confidence
A float value with field confidence.
Definition:
kfxDataField.h:39
kfxDataField::value
NSString * value
A string value with field value.
Definition:
kfxDataField.h:33
Untitled Document
© 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.