|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| FixedAspectRatioExperienceCriteriaHolder () | |
| void | setDetectionSettings (FixedAspectRatioDetectionSettings detectionSettings) |
| FixedAspectRatioDetectionSettings | getDetectionSettings () |
| boolean | isOrientationEnabled () |
| void | setOrientationEnabled (boolean enabled) |
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.
| FixedAspectRatioDetectionSettings getDetectionSettings | ( | ) |
Returns the Fixed Aspect Ratio detection settings.
| boolean isOrientationEnabled | ( | ) |
Not supported. Setting this property do nothing.
| void setDetectionSettings | ( | FixedAspectRatioDetectionSettings | detectionSettings | ) |
Sets the Fixed Aspect Ratio detection settings.
| detectionSettings | the Fixed Aspect Ratio detection settings |
| void setOrientationEnabled | ( | boolean | enabled | ) |
Not supported. Setting this property do nothing.
| enabled | true to enable and false to disable. |