CollectorSetFaceInformation(String, UserInformationBasic, Double) Method

Add subject's basic information to this measurement's payloads using key and values.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool SetFaceInformation(
	string faceID,
	UserInformationBasic basic,
	double value
)

Parameters

faceID  String
The face identifier to use, typically "1"
basic  UserInformationBasic
The basic parameter (age, height or weight)
value  Double
The parameter's value

Return Value

Boolean
true if value was applied, false if invalid value or unable to apply.

See Also