FacePhi SelphID SDK DotNet API
Loading...
Searching...
No Matches
SelphIDFacialGalleryInfoNet.h
1#pragma once
2#include "SelphIDFacialGalleryInfo.h"
3#include "SelphIDFacialExtractionResultNet.h"
4
5using namespace System;
6
7namespace FPhiSelphIDNet {
11public
13 private:
14 FPhiSelphID::SelphIDFacialGalleryInfo *_selphIDFacialGalleryInfo;
15
16 internal : SelphIDFacialGalleryInfo(const FPhiSelphID::SelphIDFacialGalleryInfo &selphIDFacialGalleryInfo);
17
18 public:
23
28
33
37 property bool ValidGallery {
38 bool get();
39 }
40
44 property String ^ GalleryID { String ^ get(); }
45
49 property int GallerySize {
50 int get();
51 }
52
56 String ^ GetTemplateID(int index);
57
62 array<int> ^ GetIndicesWithTemplateID(String ^ templateID);
63};
64} // namespace FPhiSelphIDNet