SelphID Cpp SDK API
Loading...
Searching...
No Matches
SelphIDVerifierResult.h
1#ifndef SELPHIDVERIFIERRESULT_H_
2#define SELPHIDVERIFIERRESULT_H_
3
4#include "FPhiDefines.hpp"
5#include "SelphIDDocumentResult.h"
6#include "SelphIDFacialAuthenticationResult.h"
7#include "SelphIDFacialLivenessResult.h"
8
9namespace FPhiSelphID {
15 private:
16 SelphIDDocumentResult _selphIDDocumentResult;
17 SelphIDFacialAuthenticationResult _selphIDFacialAuthenticationResult;
18 SelphIDFacialLivenessResult _selphIDFacialLivenessResult;
19
20 public:
26
32
39
45 DLL_PUBLIC void SetSelphIDDocumentResult(const SelphIDDocumentResult &selphIDDocumentResult);
46
53
59 DLL_PUBLIC void
61
68
74 DLL_PUBLIC void SetSelphIDFacialLivenessResult(const SelphIDFacialLivenessResult &selphIDFacialLivenessResult);
75};
76} // namespace FPhiSelphID
77
78#endif
SelphIDDocumentResult.
Definition SelphIDDocumentResult.h:13
SelphIDFacialAuthenticationResult.
Definition SelphIDFacialAuthenticationResult.h:15
SelphID Facial Liveness Result.
Definition SelphIDFacialLivenessResult.h:14
SelphID Verifier Result.
Definition SelphIDVerifierResult.h:14
DLL_PUBLIC const SelphIDFacialAuthenticationResult & GetSelphIDFacialAuthenticationResult() const
Gets facial authentication result.
DLL_PUBLIC void SetSelphIDDocumentResult(const SelphIDDocumentResult &selphIDDocumentResult)
Sets document result.
DLL_PUBLIC const SelphIDFacialLivenessResult & GetSelphIDFacialLivenessResult() const
Gets facial liveness result.
DLL_PUBLIC SelphIDVerifierResult()
Creates a new instance of SelphIDVerifierResult.
DLL_PUBLIC void SetSelphIDFacialLivenessResult(const SelphIDFacialLivenessResult &selphIDFacialLivenessResult)
Sets facial liveness result.
DLL_PUBLIC ~SelphIDVerifierResult()
SelphIDVerifierResult destructor.
DLL_PUBLIC const SelphIDDocumentResult & GetSelphIDDocumentResult() const
Gets document result.
DLL_PUBLIC void SetSelphIDFacialAuthenticationResult(const SelphIDFacialAuthenticationResult &selphIDFacialAuthenticationResult)
Sets facial authentication result.