Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Updated documentation with rejectBlur parameter for liveness #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ The start method takes a `HVFaceConfig` object and a completion handler.
- `setLivenessAPIParameters(_ parameters : [String:AnyObject])` : Any additional parameters you want to send with the Liveness API Call. Following are parameters that could be sent.
- *dataLogging*: (String - "yes"/"no") If you want HyperVerge to temporarily store the image to access the QC dashboard or for debugging purposes, please set this to "yes".
- *allowEyesClosed*:(String - "yes"/"no") If this is set to 'no', a error would be thrown when eyes are closed in the user photo. By default, closed eyes are allowed.
- *rejectBlur*:(String - "yes"/"no") If this is set to 'yes', a error would be thrown when photo is blurred. By default, blurred images are allowed.This feature is only available when HyperSnapSDK is initialized with region set to `AsiaPacific` .


#### Liveness in Face Capture
Expand Down