FrameDesiredFaceAttributes Property

Gets a list of desired face attributes for 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> DesiredFaceAttributes { get; }

Property Value

ListString

Remarks

This enables the DFX engine to request additional properties like "age", "gender", "weight" etc. which it would like to have but which might not always be available depending upon the use case.

These attributes should be added to the Face attribute map if they are available for the current frame.

See Also