getDetectionInfo
This method returns useful information about the mental command training or the facial expression training.
Parameters
Name | Type | Required | Description |
detection |
| yes | Must be "mentalCommand" or "facialExpression". |
Result
The result is an object containing information about the detection you specified in the parameters.
Name | Type | Description |
actions |
| The actions that this detection can detect. |
controls |
| The list of the status you can use when you call the training method. |
events |
| The events you can receive in the "sys" data stream when you train this detection. |
signature |
| The different types of signature that you can get or set with facialExpressionSignatureType. |
Examples
Mental command
Facial expression
Last updated