-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
341d104
commit 1eb3c4f
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
{} | ||
{ | ||
"ml.getCertainty": "Get the certainty of an ML event in percent.", | ||
"ml.getCertainty|param|event": "one of the actions the machine learning model was trained on", | ||
"ml.isDetected": "Tests if an ML event is currently detected.", | ||
"ml.isDetected|param|event": "one of the actions the machine learning model was trained on", | ||
"ml.onStart": "Do something when an ML event is detected.", | ||
"ml.onStart|param|body": "code to execute", | ||
"ml.onStart|param|event": "one of the actions the machine learning model was trained on", | ||
"ml.onStop": "Do something when an ML event is no longer detected.", | ||
"ml.onStopDetailed": "Do something when an ML event is no longer detected.", | ||
"ml.onStopDetailed|param|body": "code to execute", | ||
"ml.onStopDetailed|param|event": "one of the actions the machine learning model was trained on", | ||
"ml.onStop|param|body": "code to execute", | ||
"ml.onStop|param|event": "one of the actions the machine learning model was trained on" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters