Kofax Mobile SDK API Reference
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
© 2022 Kofax, Inc. All rights reserved. Use is subject to license terms.