Kofax Mobile SDK API Reference
kfxKIPDelegate.h
Go to the documentation of this file.
1 // API Engines Image Processor Delegate
2 //
3 // kfxKIPDelegate.h
4 // kfxLibEngines
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 #import <Foundation/Foundation.h>
9 #import "kfxKEDImage.h"
10 
12 
16 @protocol kfxKIPDelegate<NSObject>
17 @required
18 
20 
27 - (void)imageOut:(int)status withMsg: (NSString*) errorMsg andOutputImage: (kfxKEDImage*) kfxImage;
28 
29 
31 
39 - (void)processProgress: (int) status withMsg: (NSString*) errorMsg imageID: (NSString*) imageID andProgress: (int) percent;
40 
41 
43 
50 - (void)analysisComplete:(int)status withMsg: (NSString*) errorMsg andOutputImage: (kfxKEDImage*) kfxImage;
51 
52 
54 
63 - (void)analysisProgress: (int) status withMsg: (NSString*) errorMsg imageID: (NSString*) imageID andProgress: (int) percent;
64 
65 @end
Image Processing Protocol.
Definition: kfxKIPDelegate.h:16
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.