public void AddAttribute(
string attributeName,
double value
)
Public Sub AddAttribute (
attributeName As String,
value As Double
)
public:
void AddAttribute(
String^ attributeName,
double value
)
member AddAttribute :
attributeName : string *
value : float -> unit
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.