DocSDK
2.4.1
|
Configurable options used for document liveness check. More...
#include <liveness_pipeline.h>
Public Types | |
enum | Calibration { Calibration::kRegular, Calibration::kSoft, Calibration::kHard } |
Score/threshold calibration to be used. More... | |
Data Fields | |
std::vector< LivenessPipelineResult::ValidationStatusCode > | errors_to_ignore |
Defines which validation errors should be ignored during the liveness check. More... | |
Calibration | calibration = Calibration::kRegular |
Score/threshold calibration to be used for document liveness check. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const LivenessCheckOptions &options) |
Configurable options used for document liveness check.
|
strong |
|
friend |
Calibration docsdk::LivenessCheckOptions::calibration = Calibration::kRegular |
Score/threshold calibration to be used for document liveness check.
std::vector<LivenessPipelineResult::ValidationStatusCode> docsdk::LivenessCheckOptions::errors_to_ignore |
Defines which validation errors should be ignored during the liveness check.