FaceAddAttribute Method

Add an attribute which used to augment the face with additional data.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public void AddAttribute(
	string attributeName,
	double value
)

Parameters

attributeName  String
Name of the attribute
value  Double
Value of the attribute

Remarks

While it is not required, applications can provide additional face attributes for studies which know how to interpret the labels.

An example of this might be "age" or "weight" of the individual depicted by the face is known, the attributes can include that metric data.

Some libraries provide "pitch", "roll", and "yaw" for a face.

All studies have a known set of attribute labels which they expect or optionally can accept and ignore all others.

See Also