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
kfxKEDImage.h
kfxKEDClassificationResult::confidence
float confidence
Classification confidence.
Definition: kfxKEDClassificationResult.h:68
kfxKEDClassificationResult::classID
NSString * classID
Image classification ID.
Definition: kfxKEDClassificationResult.h:50
KED_CLASSIFY_UNKNOWN
Definition: kfxKEDClassificationResult.h:13
kfxKEDClassificationResult
A single classification result.
Definition: kfxKEDClassificationResult.h:42
kfxKEDClassificationResult::orientation
KEDClassifierOrientation orientation
Orientation of the image used with classification.
Definition: kfxKEDClassificationResult.h:58
KED_CLASSIFY_LAST
Definition: kfxKEDClassificationResult.h:18
KED_CLASSIFY_0
Definition: kfxKEDClassificationResult.h:14
KED_CLASSIFY_180
Definition: kfxKEDClassificationResult.h:16
KED_CLASSIFY_270
Definition: kfxKEDClassificationResult.h:17
KEDClassifierOrientation
KEDClassifierOrientation
Definition: kfxKEDClassificationResult.h:12
KED_CLASSIFY_90
Definition: kfxKEDClassificationResult.h:15
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.