Face Constructor
Create a Face object
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public Face(
string identifier
)
Public Sub New (
identifier As String
)
public:
Face(
String^ identifier
)
new :
identifier : string -> Face
Parameters
- identifier String
- The identity of this face.
All faces must be uniquely identified within the DFX Engine.
If a facial recognition engine is being used, the name of the
individual can be used otherwise a GUID or counter may be
used.