MasterVoice Docs
MasterVoice

Language: Select the speaker/listener language.
Default: en-US
Options:
Afrikaans
afBasque
euBulgarian
bgCatalan
caArabic (Egypt)
ar-EGArabic (Jordan)
ar-JOArabic (Kuwait)
ar-KWArabic (Lebanon)
ar-LBArabic (Qatar)
ar-QAArabic (UAE)
ar-AEArabic (Morocco)
ar-MAArabic (Iraq)
ar-IQArabic (Algeria)
ar-DZArabic (Bahrain)
ar-BHArabic (Lybia)
ar-LYArabic (Oman)
ar-OMArabic (Saudi Arabia)
ar-SAArabic (Tunisia)
ar-TNArabic (Yemen)
ar-YECzech
csDutch
nl-NLEnglish (Australia)
en-AUEnglish (Canada)
en-CAEnglish (India)
en-INEnglish (New Zealand)
en-NZEnglish (South Africa)
en-ZAEnglish(UK)
en-GBEnglish(US)
en-USFinnish
fiFrench
fr-FRGalician
glGerman
de-DEGreek
el-GRHebrew
heHungarian
huIcelandic
isItalian
it-ITIndonesian
idJapanese
jaKorean
koLatin
laMandarin Chinese
zh-CNTraditional Taiwan
zh-TWSimplified China zh-CN
?Simplified Hong Kong
zh-HKYue Chinese (Traditional Hong Kong)
zh-yueMalaysian
ms-MYNorwegian
no-NOPolish
plPig Latin
xx-piglatinPortuguese
pt-PTPortuguese (Brasil)
pt-BRRomanian
ro-RORussian
ruSerbian
sr-SPSlovak
skSpanish (Argentina)
es-ARSpanish (Bolivia)
es-BOSpanish (Chile)
es-CLSpanish (Colombia)
es-COSpanish (Costa Rica)
es-CRSpanish (Dominican Republic)
es-DOSpanish (Ecuador)
es-ECSpanish (El Salvador)
es-SVSpanish (Guatemala)
es-GTSpanish (Honduras)
es-HNSpanish (Mexico)
es-MXSpanish (Nicaragua)
es-NISpanish (Panama)
es-PASpanish (Paraguay)
es-PYSpanish (Peru)
es-PESpanish (Puerto Rico)
es-PRSpanish (Spain)
es-ESSpanish (US)
es-USSpanish (Uruguay)
es-UYSpanish (Venezuela)
es-VESwedish
sv-SETurkish
trZulu
zu
Start Paused: Start with the mic paused.

word: The "word" that will be listened and will trigger the voice plugin.
return: "word/value" that will be returned when the previous word is detected.

word: The "word" that will be listened and will trigger the voice plugin. In tag works differently as normal add word. So example, if we want to add a listener to all sentences they start like: -Show me "word", in this case, we will add a word "show me". And the rest that doesn't match in the word value will be returned as the value.

Starts or resumes the Voice element.

Pause the Voice element from listening words but doesn't close the mic.

Stop the Voice element closing the mic.
A very important part of this plugin is the exposed states. Because this is how you will do things in your app when something happens (some word is detected). You can access inside the voice element to the exposed states.

So a way to trigger when a word is said is creating a Do when condition is true... select the voice element, use the Return word (to get the returned word from "Add word to voice element") or use the Return tag (to get the returned tag word from "Add word tag to voice element").

We recommend using custom states to play more complex scenarios.
Last updated