Template:Infobox Voice Assistant

From Voice Technology Wiki
Jump to navigation Jump to search
{{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 Assistant


Infobox template for all available (open) voice assistants.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Name of voice assistantName

Name of voice assistant, project or building company.

Example
Cool Voice Assistant
Stringoptional
WebpageUrl

Webaddress for further information on this voice assistant.

Example
https://www.CoolVoiceAssistant.local
URLoptional
LicenseLicense

License this voice assistant is build / delivered with.

Stringoptional
Online connectivity requiredInternetRequired

Is Internet access required for this voice assistant to work properly

Booleanrequired
Supported languagesSupportedLanguages

Languages supported by this voice assistant (multi for several languages).

Default
multi
Stringoptional
Activation word (Wakeword)WakeWord

Default Wakeword to activate Voice assistant.

Default
Hey Assistant.
Stringrequired
Speech recognition serviceDefaultSTT

Default engine for speech recognition.

Default
Cloud, Deepspeech, Kaldi, ...
Stringoptional
Speech generation serviceDefaultTTS

Default engine for speech generation (TTS)

Example
Cloud, Coqui TTS, ...
Stringoptional
Supported Operating SystemsSupportedOS

Supported Operating Systems

Default
Raspian, Ubuntu, Mac OS X, Windows
Stringrequired
Development language (Code)CodeLanguage

Developped in which code language

Default
Python, Perl, PHP, ...
Stringoptional
Latest stable versionLatestVersion

Latest public stable available version

Stringoptional
Release date of stable versionLatestReleaseDate

Release date of latest stable version.

Dateoptional