|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| DocumentCaptureExperienceCriteriaHolder () | |
| void | setDetectionSettings (DocumentDetectionSettings detectionSettings) |
| DocumentDetectionSettings | getDetectionSettings () |
Public Member Functions inherited from DocumentBaseCaptureExperienceCriteriaHolder | |
| DocumentBaseCaptureExperienceCriteriaHolder () | |
| boolean | isStabilityThresholdEnabled () |
| void | setStabilityThresholdEnabled (boolean stabilityThresholdEnabled) |
| int | getStabilityThreshold () |
| void | setStabilityThreshold (int stabilityThreshold) |
| boolean | isPitchThresholdEnabled () |
| void | setPitchThresholdEnabled (boolean pitchThresholdEnabled) |
| int | getPitchThreshold () |
| void | setPitchThreshold (int pitchThreshold) |
| boolean | isRollThresholdEnabled () |
| void | setRollThresholdEnabled (boolean rollThresholdEnabled) |
| int | getRollThreshold () |
| void | setRollThreshold (int rollThreshold) |
| boolean | isFocusEnabled () |
| void | setFocusEnabled (boolean focusEnabled) |
| boolean | isOrientationEnabled () |
| void | setOrientationEnabled (boolean enabled) |
| void | setHoldSteadyDelay (double seconds) |
| Sets the minimum duration in seconds the hold steady message should be shown before taking a picture. More... | |
| double | getHoldSteadyDelay () |
| Returns the minimum duration in seconds the hold steady message should be shown before taking a picture. More... | |
| void | setPageDetectionEnabled (boolean enabled) |
| Manages page detection constraint. More... | |
| boolean | isPageDetectionEnabled () |
| void | setGlareDetectionEnabled (boolean enabled) |
| boolean | isGlareDetectionEnabled () |
| void | setLaunchGlareRemoverExperience (boolean launchGlareRemoverExperience) |
| Whether glare experience should be launched. More... | |
| boolean | isLaunchGlareRemoverExperience () |
| void | setGlareTiltAngle (int angle) |
| int | getGlareTiltAngle () |
| void | setGlareThreshold (double glareThreshold) |
| double | getGlareThreshold () |
| double | getDefaultGlareThreshold () |
Public Member Functions inherited from CaptureExperienceCriteriaHolder | |
| CaptureExperienceCriteriaHolder () | |
| boolean | isStabilityThresholdEnabled () |
| void | setStabilityThresholdEnabled (boolean stabilityThresholdEnabled) |
| int | getStabilityThreshold () |
| void | setStabilityThreshold (int stabilityThreshold) |
| boolean | isPitchThresholdEnabled () |
| void | setPitchThresholdEnabled (boolean pitchThresholdEnabled) |
| int | getPitchThreshold () |
| void | setPitchThreshold (int pitchThreshold) |
| boolean | isRollThresholdEnabled () |
| void | setRollThresholdEnabled (boolean rollThresholdEnabled) |
| int | getRollThreshold () |
| void | setRollThreshold (int rollThreshold) |
| boolean | isFocusEnabled () |
| void | setFocusEnabled (boolean focusEnabled) |
| boolean | isOrientationEnabled () |
| void | setOrientationEnabled (boolean enabled) |
| void | setRefocusEnabled (boolean enabled) |
| boolean | isRefocusBeforeCaptureEnabled () |
This class allows all of the capture related parameters to be configured.
| DocumentDetectionSettings getDetectionSettings | ( | ) |
Returns the document detection settings.
| void setDetectionSettings | ( | DocumentDetectionSettings | detectionSettings | ) |
Sets the document detection settings.
| detectionSettings | the document detection settings |