Kofax Mobile SDK API Reference
KFXServerExtractionParameters.h
Go to the documentation of this file.
1 //
2 // KFXServerExtractionParameters.h
3 // kfxLibLogistics
4 //
5 // Copyright (c) 2017 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 
11 
12 @interface KFXServerExtractionParameters : NSObject
13 
15 
34 @property(nonatomic,strong)NSDictionary* parameters;
35 
37 
42 @property (nonatomic,readonly,strong)NSArray* imageArray;
43 
45 
50 @property (nonatomic,readonly,strong)NSArray* imageByteArray;
51 
53 
61 -(instancetype)initWithImages:(NSArray*)imageArray;
62 
64 
70 -(instancetype)initWithImageBytes : (NSArray*)imageByteArray;
71 @end
NSDictionary * parameters
server parameters
Definition: KFXServerExtractionParameters.h:34
NSArray * imageByteArray
image byte array parameter
Definition: KFXServerExtractionParameters.h:50
Definition: KFXServerExtractionParameters.h:12
NSArray * imageArray
image array parameter
Definition: KFXServerExtractionParameters.h:42
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.