Kofax Mobile SDK API Reference
kfxKCLImageClassifier.h
Go to the documentation of this file.
1 // Kofax Mobile Capture API Reference File
2 // kfxKCLImageClassifier.h
3 // Included within kfxLibEngines
4 //
5 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 #import "kfxKEDImage.h"
11 
12 @class kfxKCLImageClassifier;
13 
15 
20 __deprecated_msg("Deprecated in SDK 3.4.")
21 @protocol kfxKCLDelegate<NSObject>
22 
23 @optional
24 
26 
36 - (void)imageClassifier:(kfxKCLImageClassifier *)imageClassifier
37  status:(int)status
38  statusMsg:(NSString *)statusMsg
39  image:(kfxKEDImage *)image;
40 
41 @end
42 
44 
120 __deprecated_msg("Deprecated in SDK 3.4.")
121 @interface kfxKCLImageClassifier : NSObject
122 
124 
128 @property (atomic, strong) id<kfxKCLDelegate> delegate;
129 
131 
134 @property (atomic, assign) int maxNumberOfResults;
135 
137 
148 - (int)loadConfigurationFile:(NSString *)configFileName;
149 
151 
162 - (int)loadModel:(NSString *)modelFileName;
163 
165 
184 - (int)classifyImage:(kfxKEDImage *)imageToClassify;
185 
186 @end
__deprecated_msg("Deprecated in SDK 3.4.")@protocol kfxKCLDelegate< NSObject > @optional-(void) imageClassifier end __deprecated_msg("Deprecated in SDK 3.4.")@interface kfxKCLImageClassifier int maxNumberOfResults
Image Classification Protocol.
Definition: kfxKCLImageClassifier.h:120
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.