Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Protected Member Functions | Properties | List of all members
FaceSDK.Liveness.Liveness102Config Class Reference
Inheritance diagram for FaceSDK.Liveness.Liveness102Config:
FaceSDK.FaceSDKBase FaceSDK.Liveness.ILiveness102Config FaceSDK.IFaceSDKBase FaceSDK.Liveness.ILivenessConfig FaceSDK.IFaceSDKBase

Public Member Functions

 Liveness102Config ()
 Creates Liveness102Configconfigwith default thresholds. More...
 
 Liveness102Config (float threshold1, float threshold2, float threshold3)
 Creates Liveness102Configconfigwith given thresholds. More...
 
- Public Member Functions inherited from FaceSDK.FaceSDKBase
override bool Equals (object obj)
 
override int GetHashCode ()
 
void CheckValidity (string objectName=null)
 Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
 
void Dispose ()
 

Protected Member Functions

override void FreeHandle (IntPtr handle)
 
override ulong GetId ()
 

Properties

float Threshold1 [get]
 
float Threshold2 [get]
 
float Threshold3 [get]
 
- Properties inherited from FaceSDK.FaceSDKBase
IntPtr Handle [get, protected set]
 
bool Valid [get]
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 
- Properties inherited from FaceSDK.Liveness.ILiveness102Config
float Threshold1 [get]
 threshold for ILiveness102Result.Value1value. All three values must be greater than corresponsding thresholds for passing liveness. More...
 
float Threshold2 [get]
 threshold for ILiveness102Result.Value2value. All three values must be greater than corresponsding thresholds for passing liveness. More...
 
float Threshold3 [get]
 threshold for ILiveness102Result.Value3value. All three values must be greater than corresponsding thresholds for passing liveness. More...
 

Constructor & Destructor Documentation

◆ Liveness102Config() [1/2]

FaceSDK.Liveness.Liveness102Config.Liveness102Config ( )
inline

Creates Liveness102Configconfigwith default thresholds.

◆ Liveness102Config() [2/2]

FaceSDK.Liveness.Liveness102Config.Liveness102Config ( float  threshold1,
float  threshold2,
float  threshold3 
)
inline

Creates Liveness102Configconfigwith given thresholds.


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