getDetectionInfo

This method returns useful information about the mental command training or the facial expression training.

Parameters

Result

The result is an object containing information about the detection you specified in the parameters.

Examples

Mental command

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "getDetectionInfo",
    "params": {
        "detection": "mentalCommand"
    }
}

Facial expression

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "getDetectionInfo",
    "params": {
        "detection": "facialExpression"
    }
}

Last updated