CollectorSetFaceInformation(String, UserInformationMedical, UserInformationDiabetes) Method

Add subject's diabetes information to this measurement's payloads

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,
	UserInformationMedical _,
	UserInformationDiabetes value
)

Parameters

faceID  String
The face identifier to use, typically "1"
_  UserInformationMedical
_
value  UserInformationDiabetes
The diabetes value

Return Value

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

See Also