Kofax Mobile SDK API Reference
kfxKEDClassificationResult.h
Go to the documentation of this file.
1 // API Reference
2 // kfxKEDClassificationResult.h
3 //
4 // KMCEngineData Objects
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "kfxKEDImage.h"
11 
12 typedef enum {
20 
22 
42 @interface kfxKEDClassificationResult : NSObject <NSCoding>
43 
44 // ==========================================================
46 
50 @property (retain, nonatomic) NSString* classID;
51 
52 // ==========================================================
54 
58 @property (assign, nonatomic) KEDClassifierOrientation orientation;
59 
60 // ==========================================================
62 
68 @property (assign, nonatomic) float confidence;
69 
70 // ==========================================================
72 
78 + (NSString*)decodeClassifierOrientation:(KEDClassifierOrientation)orientation;
79 
80 @end
A single classification result.
Definition: kfxKEDClassificationResult.h:42
Definition: kfxKEDClassificationResult.h:17
Definition: kfxKEDClassificationResult.h:16
KEDClassifierOrientation orientation
Orientation of the image used with classification.
Definition: kfxKEDClassificationResult.h:58
Definition: kfxKEDClassificationResult.h:15
Definition: kfxKEDClassificationResult.h:14
Definition: kfxKEDClassificationResult.h:13
Definition: kfxKEDClassificationResult.h:18
NSString * classID
Image classification ID.
Definition: kfxKEDClassificationResult.h:50
KEDClassifierOrientation
Definition: kfxKEDClassificationResult.h:12
float confidence
Classification confidence.
Definition: kfxKEDClassificationResult.h:68
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.