5#include "SelphIDVerifierOptions.h"
8namespace FPhiSelphIDNet {
15 FPhiSelphID::SelphIDVerifierOptions *_selphIDVerifierOptions;
17 internal :
const FPhiSelphID::SelphIDVerifierOptions *GetInternalSelphIDVerifierOptions();
61 void set(
float value);
69 void set(
float value);
93 void set(FacialQuality value);
101 void set(
bool value);
109 void set(
bool value);
117 void set(String ^ value);
FacialQuality
Facial quality.
Definition SelphIDConstantsNet.h:303
FacialDetectionType
FacialDetectionType.
Definition SelphIDConstantsNet.h:236
SelphIDVerifierOptions.
Definition SelphIDVerifierOptionsNet.h:13
bool AnalyticsDetection
Gets or sets analytics detection.
Definition SelphIDVerifierOptionsNet.h:99
String^ OptionalDataClientInformation
Gets or sets a well-formed JSON which contains the personal information used to identify a client.
Definition SelphIDVerifierOptionsNet.h:115
bool FacialTemplateRawExtraction
Gets or sets facial template raw extraction.
Definition SelphIDVerifierOptionsNet.h:107
int MinFaceAbs
Gets or sets the absolute minimum face size detection.
Definition SelphIDVerifierOptionsNet.h:51
float FalseDetectRate
Gets or sets the false detection rate.
Definition SelphIDVerifierOptionsNet.h:67
float MinFaceRel
Gets or sets the relative minimum face size detection.
Definition SelphIDVerifierOptionsNet.h:59
~SelphIDVerifierOptions()
SelphIDVerifierOptions destructor.
int MinIODThreshold
Gets or sets the minimum interocular thrheshold.
Definition SelphIDVerifierOptionsNet.h:75
FacialDetectionType FaceDetectionType
Gets or sets the liveness check status.
Definition SelphIDVerifierOptionsNet.h:43
int ElapsedTimeAllowed
Gets or sets the elapsed time allowed in seconds.
Definition SelphIDVerifierOptionsNet.h:35
FacialQuality MinimumFacialQuality
Gets or sets the minimum facial quality.
Definition SelphIDVerifierOptionsNet.h:91
int MaxPoseThreshold
Gets or sets the maximum pose threshold.
Definition SelphIDVerifierOptionsNet.h:83
int FacialAuthenticationThreshold
Gets or sets the custom facial authentication threshold.
Definition SelphIDVerifierOptionsNet.h:123