Kofax Mobile SDK API Reference
kfxKOEField.h
Go to the documentation of this file.
1 //
2 // kfxKOEField.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 <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
12 
14 
17 @interface kfxKOEField: NSObject
18 
20 
23 @property (nonatomic, strong) NSString* name;
24 
26 
31 @property (nonatomic, strong) kfxKEDBoundingRectangle* rect;
32 
34 
40 @property (nonatomic) CGFloat confidence;
41 
42 @end
Field object.
Definition: kfxKOEField.h:17
CGFloat confidence
A float value with field confidence.
Definition: kfxKOEField.h:40
kfxKEDBoundingRectangle * rect
A bounding rectangle value with field location.
Definition: kfxKOEField.h:31
Bounding Rectangle of four coordinates.
Definition: kfxKEDBoundingRectangle.h:19
NSString * name
A string value with field name.
Definition: kfxKOEField.h:23
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.