1#ifndef SELPHIDVERIFIERRESULT_H_
2#define SELPHIDVERIFIERRESULT_H_
4#include "FPhiDefines.hpp"
5#include "SelphIDDocumentResult.h"
6#include "SelphIDFacialAuthenticationResult.h"
7#include "SelphIDFacialLivenessResult.h"
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.