DocSDK  2.4.1
DocSdkLivenessCheckOptions Struct Reference

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...
 
DocSdkValidationStatusCodeerrors_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...
 

Detailed Description

Configurable options used for document liveness check.

Field Documentation

◆ calibration

DocSdkLivenessCheckCalibration DocSdkLivenessCheckOptions::calibration

Score/threshold calibration to be used for document liveness check.

◆ errors_to_ignore

DocSdkValidationStatusCode* DocSdkLivenessCheckOptions::errors_to_ignore

Defines which validation errors should be ignored during the liveness check, null allowed.

◆ num_errors_to_ignore

size_t DocSdkLivenessCheckOptions::num_errors_to_ignore

Specifies the number of elements in errors_to_ignore array.


The documentation for this struct was generated from the following file: