public List<string> DesiredFaceAttributes { get; }Public ReadOnly Property DesiredFaceAttributes As List(Of String)
Getpublic:
property List<String^>^ DesiredFaceAttributes {
List<String^>^ get ();
}member DesiredFaceAttributes : List<string> with getThis 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.