DocSDK
2.4.1
|
Data Structures | |
struct | DocSdkFeature |
DocSDK feature information. More... | |
struct | Image |
Image representation. More... | |
class | LicenseException |
A type for exception which is thrown on license expiration or absence. More... | |
struct | LivenessCheckOptions |
Configurable options used for document liveness check. More... | |
class | LivenessPipeline |
Document liveness checking pipeline. More... | |
class | LivenessPipelineComposition |
Document liveness checking pipeline composition. More... | |
struct | LivenessPipelineResult |
Liveness pipeline result. More... | |
Enumerations | |
enum | AttackType { AttackType::kScreenReplay, AttackType::kPrintedCopy, AttackType::kPortraitSubstitution, AttackType::kDigitalManipulation, AttackType::kOther } |
Document spoofing attack type. More... | |
Functions | |
DOCSDK_API void | SetNumThreads (unsigned int num_threads) noexcept |
Sets the maximum number of CPU threads available for DocSDK. If 0 is passed, then the optimal number of CPU threads is detected automatically (the same effect is achieved if the function is not called). More... | |
DOCSDK_API std::vector< DocSdkFeature > | GetLicenseInfo () |
Returns information (e.g. supported features and expiration dates) about the installed license if available. More... | |
DOCSDK_API void | SetRuntimeLicense (const std::string &license_str) |
Sets the runtime license. Only takes effect in "Lambda" SDK distribution and should be called before any other SDK invocation. More... | |
|
strong |
DOCSDK_API std::vector<DocSdkFeature> docsdk::GetLicenseInfo | ( | ) |
Returns information (e.g. supported features and expiration dates) about the installed license if available.
|
noexcept |
Sets the maximum number of CPU threads available for DocSDK. If 0 is passed, then the optimal number of CPU threads is detected automatically (the same effect is achieved if the function is not called).
num_threads | Maximum number of CPU threads available for DocSDK |
DOCSDK_API void docsdk::SetRuntimeLicense | ( | const std::string & | license_str | ) |
Sets the runtime license. Only takes effect in "Lambda" SDK distribution and should be called before any other SDK invocation.
license_str | String holding the license content. |
LicenseException | on invalid license string. |