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.
Get Training Threshold
Get the current threshold and last training score for the target session.
Get Action Sensitivity
Get the current sensitivity information for a set of active actions.
Get Action Sensitivity By Session
Get the current sensitivity information for a set of actions active in a session.
Set Action Sensitivity
Assign the sensitivity for a set of active actions.
Set Action Sensitivity By Session
Assign the sensitivity for a set of actions active in a session.
Last updated