1#ifndef SELPHIDIDENTIFIEROPTIONS_H_
2#define SELPHIDIDENTIFIEROPTIONS_H_
4#include "FPhiDefines.hpp"
5#include "SelphIDFacialConstants.h"
8class SelphIDIdentifierOptions_p;
16 std::unique_ptr<SelphIDIdentifierOptions_p> _selphIDIdentifierOptions_p;
SelphID Identifier Options.
Definition SelphIDIdentifierOptions.h:14
DLL_PUBLIC int GetMaxIdentificationCandidates() const
Gets the maximum candidates for identification.
DLL_PUBLIC float GetMinIdentificationSimilarity() const
Gets the minimum similarity for identification.
DLL_PUBLIC SelphIDIdentifierOptions()
Creates a new instance of SelphIDIdentifierOptions.
DLL_PUBLIC void SetMaxIdentificationCandidates(int maximumCandidates)
Sets the maximum candidates for identification.
DLL_PUBLIC void SetMinIdentificationSimilarity(float minimumSimilarity)
Sets the minimum similarity for identification.
DLL_PUBLIC const std::unique_ptr< SelphIDIdentifierOptions_p > & GetSelphIDIdentifierOptions_p() const
Gets the inner implementation.
DLL_PUBLIC ~SelphIDIdentifierOptions()
SelphIDIdentifierOptions destructor.