FacePhi SelphID SDK DotNet API
Loading...
Searching...
No Matches
SelphIDFacialLivenessResultNet.h
1#pragma once
2
3#include "SelphIDFacialLivenessResult.h"
5
6using namespace System;
7using namespace System::Collections::Generic;
8
9namespace FPhiSelphIDNet {
13public
15 private:
16 FPhiSelphID::SelphIDFacialLivenessResult *_selphIDFacialLivenessResult;
17
18 internal : SelphIDFacialLivenessResult(const FPhiSelphID::SelphIDFacialLivenessResult &selphIDFacialLivenessResult);
19 const FPhiSelphID::SelphIDFacialLivenessResult *GetInternalSelphIDFacialLivenessResult();
20
21 public:
26
31
36
42 void set(FacialLivenessDiagnostic value);
43 }
44
48 property bool ValidTimeStamp {
49 bool get();
50 void set(bool value);
51 }
52
56 property int TrackingStatus {
57 int get();
58 void set(int status);
59 }
60
64 property String ^ TrackingMessage {
65 String ^ get();
66 void set(String ^ message);
67 }
68};
69} // namespace FPhiSelphIDNet
FacialLivenessDiagnostic
Liveness diagnostic.
Definition SelphIDConstantsNet.h:135
SelphID Facial Liveness Result.
Definition SelphIDFacialLivenessResultNet.h:14
FacialLivenessDiagnostic LivenessDiagnostic
Gets facial liveness diagnostic.
Definition SelphIDFacialLivenessResultNet.h:40
String^ TrackingMessage
Gets the tracking request message.
Definition SelphIDFacialLivenessResultNet.h:64
int TrackingStatus
Gets or sets the tracking request HTTP result.
Definition SelphIDFacialLivenessResultNet.h:56
SelphIDFacialLivenessResult()
Creates a new instance of SelphIDFacialLivenessResult.
bool ValidTimeStamp
Gets or sets if the time stamp is valid.
Definition SelphIDFacialLivenessResultNet.h:48
~SelphIDFacialLivenessResult()
SelphIDFacialLivenessResult destructor.