3#include "SelphIDFacialAuthenticationResult.h"
4#include "SelphIDFacialExtractionResultNet.h"
8namespace FPhiSelphIDNet {
15 FPhiSelphID::SelphIDFacialAuthenticationResult *_selphIDFacialAuthenticationResult;
18 const FPhiSelphID::SelphIDFacialAuthenticationResult &selphIDFacialAuthenticationResult);
19 const FPhiSelphID::SelphIDFacialAuthenticationResult *GetInternalSelphIDFacialAuthenticationResult();
42 void set(
float value);
56 property SelphIDFacialExtractionResult ^
58 SelphIDFacialExtractionResult ^ get();
59 void set(SelphIDFacialExtractionResult ^ value);
65 property SelphIDFacialExtractionResult ^
67 SelphIDFacialExtractionResult ^ get();
68 void set(SelphIDFacialExtractionResult ^ value);
83 array<System::Byte> ^ get();
84 void set(array<System::Byte> ^ value);
100 void set(String ^ message);
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