Kofax Mobile SDK API Reference
kfxKUICaptureExperienceCriteriaHolder.h
Go to the documentation of this file.
1 //
2 // kfxKUICaptureExperienceCriteriaHolder.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
11 
15 
17 
20 @property (nonatomic) BOOL stabilityThresholdEnabled;
21 
23 
28 @property (nonatomic) int stabilityThreshold;
29 
31 
34 @property (nonatomic) BOOL pitchThresholdEnabled;
35 
37 
44 @property (nonatomic) int pitchThreshold;
45 
47 
50 @property (nonatomic) BOOL rollThresholdEnabled;
51 
53 
59 @property (nonatomic) int rollThreshold;
60 
72 @property (nonatomic, assign) BOOL glareDetectionEnabled;
73 
75 
83 @property (nonatomic, assign) BOOL launchGlareRemoverExperience;
84 
86 
92 @property (nonatomic, assign) int tiltAngle;
93 
95 
102 @property (nonatomic, assign) double glareThreshold;
103 
105 
108 @property (nonatomic, readonly) double defaultGlareThreshold;
109 
111 
115 @property (nonatomic) BOOL focusConstraintEnabled;
116 
118 
122 @property (nonatomic) BOOL pageOrientationEnabled;
123 
125 
129 @property (nonatomic, assign) BOOL refocusBeforeCaptureEnabled;
130 
132 
136 @property (nonatomic, assign) NSTimeInterval holdSteadyDelay;
137 
139 
144 @property (nonatomic, assign) BOOL pageDetectionEnabled;
145 
146 @end
int rollThreshold
The Roll threshold value.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:59
double defaultGlareThreshold
The default threshold for the glareThreshold property.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:108
This class allows the capture criteria to be configured.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:14
BOOL focusConstraintEnabled
Whether the Focus constraint is enabled.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:115
int pitchThreshold
The Pitch threshold value.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:44
BOOL pageDetectionEnabled
Whether the page detection constraint is enabled.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:144
BOOL refocusBeforeCaptureEnabled
Whether to refocus before taking a picture.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:129
BOOL glareDetectionEnabled
Definition: kfxKUICaptureExperienceCriteriaHolder.h:72
double glareThreshold
The reference threshold that indicates how much glare fraction should be configured on the captured I...
Definition: kfxKUICaptureExperienceCriteriaHolder.h:102
int stabilityThreshold
The stability threshold value.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:28
int tiltAngle
The reference angle that indicates how much should the device be tilted for the second capture...
Definition: kfxKUICaptureExperienceCriteriaHolder.h:92
BOOL rollThresholdEnabled
Whether the Roll threshold is enabled.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:50
NSTimeInterval holdSteadyDelay
The delay for how long hold steady message should be shown before starting the capture.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:136
BOOL stabilityThresholdEnabled
Whether the stability threshold is enabled.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:20
BOOL pageOrientationEnabled
Whether to detect if the orientaion of page results in optimum overlap of page and Imagecapturecontro...
Definition: kfxKUICaptureExperienceCriteriaHolder.h:122
BOOL pitchThresholdEnabled
Whether the Pitch threshold is enabled.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:34
BOOL launchGlareRemoverExperience
Whether glare experience should be launched.
Definition: kfxKUICaptureExperienceCriteriaHolder.h:83
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.