Template:Infobox Voice Assistant: Difference between revisions
Appearance
mNo edit summary |
m Test with duplicate page title |
||
| 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}}X }}</span> | ||
|- | |- | ||
{{#if: {{{Url|}}} | <nowiki /> | {{#if: {{{Url|}}} | <nowiki /> | ||
Revision as of 07:53, 22 December 2021
{{Infobox Voice Assistant
| Name = Cool voice assistant
| InternetRequired = yes
| SupportedLanguages = de,en,fr
| WakeWord = Hey assistant
| SupportedOS = Raspian
| CodeLanguage = Python3
| LatestReleaseDate = 2021-12-19
}}
| Infobox Voice AssistantX |
|---|
Infobox template for all available (open) voice assistants.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name of voice assistant | Name | Name of voice assistant, project or building company.
| String | optional |
| Webpage | Url | Webaddress for further information on this voice assistant.
| URL | optional |
| License | License | License this voice assistant is build / delivered with. | String | optional |
| Online connectivity required | InternetRequired | Is Internet access required for this voice assistant to work properly | Boolean | required |
| Supported languages | SupportedLanguages | Languages supported by this voice assistant (multi for several languages).
| String | optional |
| Activation word (Wakeword) | WakeWord | Default Wakeword to activate Voice assistant.
| String | required |
| Speech recognition service | DefaultSTT | Default engine for speech recognition.
| String | optional |
| Speech generation service | DefaultTTS | Default engine for speech generation (TTS)
| String | optional |
| Supported Operating Systems | SupportedOS | Supported Operating Systems
| String | required |
| Development language (Code) | CodeLanguage | Developped in which code language
| String | optional |
| Latest stable version | LatestVersion | Latest public stable available version | String | optional |
| Release date of stable version | LatestReleaseDate | Release date of latest stable version. | Date | optional |