Other Methods
List of secondary methods in the Training Handler class
Get Mental Command Info
Get the names of actions, controls, and events available for mental commands. Wrapper for GetDetectionInfo.
void GetMentalCommandInfo();Get Detection Info
Get the names of actions, controls, and events available for the specified detection category, must be mentalCommand or facialExpression.
void GetDetectioninfo(string detection);Get Training Time
Get the approximate length of a training sample in seconds.
void GetTrainingTime();Get Trained Actions
Get a list of trained actions for this profile, including names and times trained.
void GetTrainedActions(string profileName);Get Training Threshold
Get the current threshold and last training score for the target session.
void GetTrainingThreshold();Get Action Sensitivity
Get the current sensitivity information for a set of active actions.
// by profile
void GetActionSensitivity(string profileName);
// by target session
void GetActionSensitivity();Get Action Sensitivity By Session
Get the current sensitivity information for a set of actions active in a session.
void GetActionSensitivityBySession(string sessionId);Set Action Sensitivity
Assign the sensitivity for a set of active actions.
// by profile
void GetActionSensitivity(string profileName);
// by target session
void GetActionSensitivity();Set Action Sensitivity By Session
Assign the sensitivity for a set of actions active in a session.
void SetActionSensitivityBySession(string sessionId);Last updated
