CollectorSetFaceInformation(String, UserInformationBasic, Double) Method
Add subject's basic information to this measurement's payloads using key and values.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool SetFaceInformation(
string faceID,
UserInformationBasic basic,
double value
)
Public Function SetFaceInformation (
faceID As String,
basic As UserInformationBasic,
value As Double
) As Boolean
public:
bool SetFaceInformation(
String^ faceID,
UserInformationBasic basic,
double value
)
member SetFaceInformation :
faceID : string *
basic : UserInformationBasic *
value : float -> bool
- faceID String
- The face identifier to use, typically "1"
- basic UserInformationBasic
- The basic parameter (age, height or weight)
- value Double
- The parameter's value
Booleantrue if value was applied, false if invalid value or unable to apply.