|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| SelfieCaptureExperienceCriteriaHolder () | |
| void | setDetectionSettings (SelfieDetectionSettings selfieDetectionSettings) |
| boolean | isFocusEnabled () |
| void | setFocusEnabled (boolean focusEnabled) |
| SelfieDetectionSettings | getDetectionSettings () |
This class allows all of the capture related parameters to be configured.
| SelfieDetectionSettings getDetectionSettings | ( | ) |
Returns the selfie detection settings.
| boolean isFocusEnabled | ( | ) |
| void setDetectionSettings | ( | SelfieDetectionSettings | selfieDetectionSettings | ) |
Sets the document detection settings.
| selfieDetectionSettings | the document detection settings |
| void setFocusEnabled | ( | boolean | focusEnabled | ) |
A boolean that indicates whether the Focus constraint is enabled. If enabled, this criterion is checked before taking a picture. The default value is true. Leaving it enabled is advisable. Otherwise it is highly likely that out of focus images are captured.
| focusEnabled | whether the Focus constraint is enabled or not |