Template:Infobox Voice Assistant: Difference between revisions
Jump to navigation
Jump to search
m (Test) |
m (Small improvements.) |
||
Line 14: | Line 14: | ||
|- | |- | ||
! URL | ! URL | ||
| {{{ | | {{{Url|}}} | ||
|- | |- | ||
{{#if:{{{license-Param| | {{#if:{{{license-Param| | ||
! License | ! License | ||
| {{{license | | {{{license|}}} | ||
|- | |- | ||
}}} }} | }}} }} | ||
! Operating System | ! Operating System | ||
| {{{ | | {{{SupportedOS|}}} | ||
|- | |- | ||
! Programming Language | ! Programming Language | ||
| {{{ | | {{{CodeLanguage|}}} | ||
|- | |- | ||
! Supported Languages | ! Supported Languages | ||
| {{{ | | {{{SupportedLanguages|}}} | ||
|- | |- | ||
! Internetaccess required | ! Internetaccess required | ||
| {{{ | | {{{InternetRequired|}}} | ||
|- | |- | ||
! Default STT Engine | ! Default STT Engine | ||
| {{{ | | {{{DefaultSTT|}}} | ||
|- | |- | ||
! Default Wakeword | ! Default Wakeword | ||
| {{{ | | {{{WakeWord|}}} | ||
|- | |- | ||
! Default TTS Engine | ! Default TTS Engine | ||
| {{{ | | {{{DefaultTTS|}}} | ||
|- | |- | ||
! Latest Version | ! Latest Version | ||
| {{{ | | {{{LatestVersion|}}} | ||
|- | |- | ||
! Latest Update | ! Latest Update | ||
| {{{ | | {{{LatestReleaseDate|}}} | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
Line 52: | Line 52: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox template for all available (open) voice assistants.", | |||
"params": { | |||
"Name": { | |||
"description": "Name of voice assistant, project or building company.", | |||
"example": "Cool Voice Assistant", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Url": { | |||
"description": "Webaddress for further information on this voice assistant.", | |||
"example": "https://www.CoolVoiceAssistant.local", | |||
"type": "url" | |||
}, | |||
"License": { | |||
"description": "License this voice assistant is build / delivered with.", | |||
"type": "string" | |||
}, | |||
"SupportedLanguages": { | |||
"description": "Languages supported by this voice assistant (multi for several languages).", | |||
"type": "string", | |||
"default": "multi" | |||
}, | |||
"CodeLanguage": { | |||
"description": "Developped in which code language", | |||
"type": "string", | |||
"default": "Python, Perl, PHP, ..." | |||
}, | |||
"InternetRequired": { | |||
"description": "Is Internet access required for this voice assistant to work properly", | |||
"type": "boolean", | |||
"required": true | |||
}, | |||
"DefaultSTT": { | |||
"description": "Default engine for speech recognition.", | |||
"type": "string", | |||
"default": "Cloud, Deepspeech, Kaldi, ..." | |||
}, | |||
"DefaultTTS": { | |||
"description": "Default engine for speech generation (TTS)", | |||
"example": "Cloud, Coqui TTS, ...", | |||
"type": "string" | |||
}, | |||
"SupportedOS": { | |||
"description": "Supported Operating Systems", | |||
"type": "string", | |||
"default": "Raspian, Ubuntu, Mac OS X, Windows", | |||
"required": true | |||
}, | |||
"WakeWord": { | |||
"description": "Default Wakeword to activate Voice assistant.", | |||
"type": "string", | |||
"default": "Hey Mycroft.", | |||
"required": true | |||
}, | |||
"LatestVersion": { | |||
"description": "Latest public stable available version", | |||
"type": "string" | |||
}, | |||
"LatestReleaseDate": { | |||
"description": "Release date of latest stable version.", | |||
"type": "date" | |||
} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"Name", | |||
"Url", | |||
"License", | |||
"SupportedOS", | |||
"CodeLanguage", | |||
"SupportedLanguages", | |||
"InternetRequired", | |||
"DefaultSTT", | |||
"DefaultTTS", | |||
"WakeWord", | |||
"LatestVersion", | |||
"LatestReleaseDate" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 17:32, 21 December 2021
{{Infobox Voice Assistant |VoiceAssist-URL-Param= |VoiceAssist-License=Wiki Syntax example |license-Param=a }}
Infobox Voice Assistant | |
---|---|
URL | |
Operating System | |
Programming Language | |
Supported Languages | |
Internetaccess required | |
Default STT Engine | |
Default Wakeword | |
Default TTS Engine | |
Latest Version | |
Latest Update |
Infobox template for all available (open) voice assistants.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | Name of voice assistant, project or building company.
| String | required |
Url | Url | Webaddress for further information on this voice assistant.
| URL | optional |
License | License | License this voice assistant is build / delivered with. | String | optional |
SupportedOS | SupportedOS | Supported Operating Systems
| String | required |
CodeLanguage | CodeLanguage | Developped in which code language
| String | optional |
SupportedLanguages | SupportedLanguages | Languages supported by this voice assistant (multi for several languages).
| String | optional |
InternetRequired | InternetRequired | Is Internet access required for this voice assistant to work properly | Boolean | required |
DefaultSTT | DefaultSTT | Default engine for speech recognition.
| String | optional |
DefaultTTS | DefaultTTS | Default engine for speech generation (TTS)
| String | optional |
WakeWord | WakeWord | Default Wakeword to activate Voice assistant.
| String | required |
LatestVersion | LatestVersion | Latest public stable available version | String | optional |
LatestReleaseDate | LatestReleaseDate | Release date of latest stable version. | Date | optional |