FacePhi SelphID SDK DotNet API
Loading...
Searching...
No Matches
SelphIDIdentifierOptionsNet.h
1#pragma once
2
3using namespace System;
4
5#include "SelphIDIdentifierOptions.h"
7
8namespace FPhiSelphIDNet {
12public
14 private:
15 FPhiSelphID::SelphIDIdentifierOptions *_selphIDIdentifierOptions;
16
17 internal : const FPhiSelphID::SelphIDIdentifierOptions *GetInternalSelphIDIdentifierOptions();
18
19 public:
21
26
31
35 property int MaxIdentificationCandidates {
36 int get();
37 void set(int value);
38 }
39
43 property float MinIdentificationSimilarity {
44 float get();
45 void set(float value);
46 }
47};
48} // namespace FPhiSelphIDNet
SelphIDIdentifierOptions.
Definition SelphIDIdentifierOptionsNet.h:13
float MinIdentificationSimilarity
Gets or sets the minimum similarity for identification.
Definition SelphIDIdentifierOptionsNet.h:43
~SelphIDIdentifierOptions()
SelphIDIdentifierOptions destructor.
int MaxIdentificationCandidates
Gets or sets the maximum candidates for identification.
Definition SelphIDIdentifierOptionsNet.h:35