FacePhi SelphID SDK DotNet API
Loading...
Searching...
No Matches
SelphIDVerifierOptionsNet.h
1#pragma once
2
3using namespace System;
4
5#include "SelphIDVerifierOptions.h"
7
8namespace FPhiSelphIDNet {
12public
14 private:
15 FPhiSelphID::SelphIDVerifierOptions *_selphIDVerifierOptions;
16
17 internal : const FPhiSelphID::SelphIDVerifierOptions *GetInternalSelphIDVerifierOptions();
18
19 public:
21
26
31
35 property int ElapsedTimeAllowed {
36 int get();
37 void set(int value);
38 }
39
45 void set(FacialDetectionType value);
46 }
47
51 property int MinFaceAbs {
52 int get();
53 void set(int value);
54 }
55
59 property float MinFaceRel {
60 float get();
61 void set(float value);
62 }
63
67 property float FalseDetectRate {
68 float get();
69 void set(float value);
70 }
71
75 property int MinIODThreshold {
76 int get();
77 void set(int value);
78 }
79
83 property int MaxPoseThreshold {
84 int get();
85 void set(int value);
86 }
87
92 FacialQuality get();
93 void set(FacialQuality value);
94 }
95
99 property bool AnalyticsDetection {
100 bool get();
101 void set(bool value);
102 }
103
107 property bool FacialTemplateRawExtraction {
108 bool get();
109 void set(bool value);
110 }
111
115 property String ^ OptionalDataClientInformation {
116 String ^ get();
117 void set(String ^ value);
118 }
119
123 property int FacialAuthenticationThreshold {
124 int get();
125 void set(int value);
126 }
127};
128} // namespace FPhiSelphIDNet
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