FacePhi SelphID SDK DotNet API
Loading...
Searching...
No Matches
SelphIDFacialAuthenticationResultNet.h
1#pragma once
3#include "SelphIDFacialAuthenticationResult.h"
4#include "SelphIDFacialExtractionResultNet.h"
5
6using namespace System;
7
8namespace FPhiSelphIDNet {
12public
14 private:
15 FPhiSelphID::SelphIDFacialAuthenticationResult *_selphIDFacialAuthenticationResult;
16
18 const FPhiSelphID::SelphIDFacialAuthenticationResult &selphIDFacialAuthenticationResult);
19 const FPhiSelphID::SelphIDFacialAuthenticationResult *GetInternalSelphIDFacialAuthenticationResult();
20
21 public:
26
31
36
40 property float Similarity {
41 float get();
42 void set(float value);
43 }
44
50 void set(FacialAuthenticationStatus value);
51 }
52
56 property SelphIDFacialExtractionResult ^
58 SelphIDFacialExtractionResult ^ get();
59 void set(SelphIDFacialExtractionResult ^ value);
60 }
61
65 property SelphIDFacialExtractionResult ^
67 SelphIDFacialExtractionResult ^ get();
68 void set(SelphIDFacialExtractionResult ^ value);
69 }
70
74 property bool ValidTimeStamp {
75 bool get();
76 void set(bool value);
77 }
78
82 property array<Byte> ^ RetrainedFacialTemplateRaw {
83 array<System::Byte> ^ get();
84 void set(array<System::Byte> ^ value);
85 }
86
90 property int TrackingStatus {
91 int get();
92 void set(int status);
93 }
94
98 property String ^ TrackingMessage {
99 String ^ get();
100 void set(String ^ message);
101 }
102};
103} // namespace FPhiSelphIDNet
FacialAuthenticationStatus
Facial Authentication status.
Definition SelphIDConstantsNet.h:10
SelphIDFacialAuthenticationResult.
Definition SelphIDFacialAuthenticationResultNet.h:13
SelphIDFacialExtractionResult^ FacialExtractionResultQuery
Gets or sets query extraction result.
Definition SelphIDFacialAuthenticationResultNet.h:56
array< Byte >^ RetrainedFacialTemplateRaw
Gets or sets retrained raw facial template.
Definition SelphIDFacialAuthenticationResultNet.h:82
float Similarity
Gets or sets similarity value [0..1].
Definition SelphIDFacialAuthenticationResultNet.h:40
~SelphIDFacialAuthenticationResult()
SelphIDFacialAuthenticationResult destructor.
int TrackingStatus
Gets or sets the tracking request HTTP result.
Definition SelphIDFacialAuthenticationResultNet.h:90
bool ValidTimeStamp
Gets or sets if the time stamp is valid.
Definition SelphIDFacialAuthenticationResultNet.h:74
SelphIDFacialExtractionResult^ FacialExtractionResultTarget
Gets or sets target extraction result.
Definition SelphIDFacialAuthenticationResultNet.h:65
SelphIDFacialAuthenticationResult()
Creates a new instance of SelphIDFacialAuthenticationResult.
FacialAuthenticationStatus FacialAuthStatus
Gets or sets facial authentication status.
Definition SelphIDFacialAuthenticationResultNet.h:48
String^ TrackingMessage
Gets the tracking request message.
Definition SelphIDFacialAuthenticationResultNet.h:98