FrameFaceIdentifiers Property

Gets a list of the known face identifiers within this Frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public List<string> FaceIdentifiers { get; }

Property Value

ListString

Remarks

Every face is known by an identifier which uniquely identifies the face.

See Also