581
edits
mNo edit summary |
m (First finetuning) |
||
Line 63: | Line 63: | ||
"license-Param": { | "license-Param": { | ||
"label": "License for Voice Assistant", | "label": "License for Voice Assistant", | ||
"description": "", | |||
"type": "string" | |||
}, | |||
"os-Param": { | |||
"label": "Supported Operating Systems", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"codelang-Param": { | |||
"label": "Code development language", | |||
"description": "Python, Perl, PHP, ...", | |||
"type": "string" | |||
}, | |||
"supplang-Param": { | |||
"label": "Voice assistant for a specific or multi language", | |||
"description": "multi for several languages", | |||
"type": "string" | |||
}, | |||
"inetreq-Param": { | |||
"label": "Is Internet access required to work properly", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"defstt-Param": { | |||
"label": "Default engine for speech recognition", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"defwakeword-Param": { | |||
"label": "Default Wakeword to activate Voice assistant", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"deftts-Param": { | |||
"label": "Default engine for speech generation", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"version-Param": { | |||
"label": "Latest public available version", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"lastupdate-Param": { | |||
"label": "Last public software update", | |||
"description": "", | "description": "", | ||
"type": "string" | "type": "string" |