Template:Infobox Voice Assistant: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
{| class="wikitable" style="float:right; margin-left: 30px; | {| class="wikitable" style="float:right; margin-left: 30px; | ||
!colspan="2"|<span style="font-size: larger;">{{#if:{{{Name|}}} | {{{Name|}}} | {{PAGENAME}} }}</span> | !colspan="2"|<span style="font-size: larger;">{{#if:{{{Name|}}} | {{{Name|}}} | {{PAGENAME}} }}</span> | ||
|- | |- | ||
! URL | ! URL | ||
| {{{Url|}}} | | {{#if:{{{Url|}}} | {{{Url|}}} | blub | ||
}} | }} | ||
|- | |||
{{#if:{{{License|}}} | | {{#if:{{{License|}}} | | ||
!License | |||
! License | |{{{license|}}} | ||
| {{{license|}}} | |||
}} | }} | ||
|- | |- | ||
! Operating System | !Operating System | ||
| {{{SupportedOS|}}} | |{{{SupportedOS|}}} | ||
|- | |- | ||
! Programming Language | !Programming Language | ||
| {{{CodeLanguage|}}} | |{{{CodeLanguage|}}} | ||
|- | |- | ||
! Supported Languages | !Supported Languages | ||
| {{{SupportedLanguages|}}} | |{{{SupportedLanguages|}}} | ||
|- | |- | ||
! Internetaccess required | !Internetaccess required | ||
| {{{InternetRequired|}}} | |{{{InternetRequired|}}} | ||
|- | |- | ||
! Default STT Engine | !Default STT Engine | ||
| {{{DefaultSTT|}}} | |{{{DefaultSTT|}}} | ||
|- | |- | ||
! Default Wakeword | !Default Wakeword | ||
| {{{WakeWord|}}} | |{{{WakeWord|}}} | ||
|- | |- | ||
! Default TTS Engine | !Default TTS Engine | ||
| {{{DefaultTTS|}}} | |{{{DefaultTTS|}}} | ||
|- | |- | ||
! Latest Version | !Latest Version | ||
| {{{LatestVersion|}}} | |{{{LatestVersion|}}} | ||
|- | |- | ||
! Latest Update | !Latest Update | ||
| {{{LatestReleaseDate|} | |{{{LatestReleaseDate|}}} | ||
}} | |||
|} | |} | ||
</onlyinclude> | </onlyinclude> |
Revision as of 22:56, 21 December 2021
{{Infobox Voice Assistant | Name = Cool voice assistant | SupportedOS = Raspian | CodeLanguage = Python3 | SupportedLanguages = multi | InternetRequired = yes | WakeWord = Hey assistant | LatestReleaseDate = 2021-12-21 }}
Infobox Voice Assistant | |
---|---|
URL | blub |
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 | optional |
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 |