4#include "SelphIDIdentifierResult.h"
7namespace FPhiSelphIDNet {
14 FPhiSelphID::SelphIDIdentifierResult *_selphIDIdentifierResult;
17 const FPhiSelphID::SelphIDIdentifierResult *GetInternalSelphIDIdentifierResult();
43 void AddResult(
float similarity,
int galleryIndex, String ^ templateID,
FacialAuthenticationDetail
Facial authentication detail.
Definition SelphIDConstantsNet.h:401
FacialAuthenticationStatus
Facial Authentication status.
Definition SelphIDConstantsNet.h:10
SelphIDIdentifierResult.
Definition SelphIDIdentifierResultNet.h:12
String ^ GetTemplateID(int index)
Gets templateID from result index.
~SelphIDIdentifierResult()
SelphIDIdentifierResult destructor.
int GetGalleryIndex(int index)
Gets gallery index from result index.
void AddResult(float similarity, int galleryIndex, String ^ templateID, FacialAuthenticationStatus facialAuthenticationStatus, FacialAuthenticationDetail facialAuthenticationDetail)
Add identifier result.
FacialAuthenticationStatus GetFacialAuthenticationStatus(int index)
Gets Facial authentication status from result index.
FacialAuthenticationDetail GetFacialAuthenticationDetail(int index)
Gets Facial authentication detail from result index.
int Size()
Gets identifier result size.
float GetSimilarity(int index)
Gets similarity from result index.
SelphIDIdentifierResult()
Creates a new instance of SelphIDIdentifierResult.