Kofax Mobile SDK API Reference
kfxExtractionParameters.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxExtractionParameters.h
4 // Framework: MobileSDK
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 
12 
14 
17 typedef NS_ENUM (NSInteger, kfxExtractionType)
18 {
23 };
24 
26 
32 @interface kfxExtractionParameters : NSObject <NSCopying>
33 
35 
47 @property (nonatomic, assign) kfxExtractionType extractionType;
48 
50 
54 @property (nonatomic, copy) NSString* serverURL;
55 
57 
65 @property (nonatomic, copy) kfxExtractionCredentials* credentials;
66 
68 
76 @property (nonatomic, strong) id<KFXProjectProviderProtocol> projectProvider;
77 
78 @end
Definition: kfxExtractionParameters.h:21
NSString * serverURL
A string value that determines extraction server URL.
Definition: kfxExtractionParameters.h:54
Definition: kfxExtractionParameters.h:19
Definition: kfxExtractionParameters.h:20
Project Provider protocol.
Definition: KFXProjectProviderProtocol.h:17
kfxExtractionType
An enumeration containing the possible extraction type values.
Definition: kfxExtractionParameters.h:17
The data extraction parameters class.
Definition: kfxExtractionParameters.h:32
kfxExtractionCredentials * credentials
Extraction credentials object.
Definition: kfxExtractionParameters.h:65
Definition: kfxExtractionParameters.h:22
kfxExtractionType extractionType
An extraction type value.
Definition: kfxExtractionParameters.h:47
The extraction credentials class.
Definition: kfxExtractionCredentials.h:17
id< KFXProjectProviderProtocol > projectProvider
A project provider instance.
Definition: kfxExtractionParameters.h:76
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.