DocSDK
2.4.1
|
Configurable options used for document liveness check. More...
#include <c_api.h>
Data Fields | |
DocSdkLivenessCheckCalibration | calibration |
Score/threshold calibration to be used for document liveness check. More... | |
DocSdkValidationStatusCode * | errors_to_ignore |
Defines which validation errors should be ignored during the liveness check, null allowed. More... | |
size_t | num_errors_to_ignore |
Specifies the number of elements in errors_to_ignore array. More... | |
Configurable options used for document liveness check.
DocSdkLivenessCheckCalibration DocSdkLivenessCheckOptions::calibration |
Score/threshold calibration to be used for document liveness check.
DocSdkValidationStatusCode* DocSdkLivenessCheckOptions::errors_to_ignore |
Defines which validation errors should be ignored during the liveness check, null allowed.
size_t DocSdkLivenessCheckOptions::num_errors_to_ignore |
Specifies the number of elements in errors_to_ignore array.