getTrainingTime

This method returns the duration of a training. It is the approximate time needed by Cortex to decide if a training is a success or a failure. See BCI for details.

Parameters

Result

The result is an object containing these fields:

The time should be 8 seconds, for both mental command and facial expression.

Examples

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "getTrainingTime",
    "params": {
        "cortexToken": "xxx",
        "detection": "mentalCommand",
        "session": "xxx"
    }
}

Last updated