Defines a SpeechToText action component.

Listen a speech.
This component retrieves speech recognition’s data.
Note that more languages are avaible in an external browser, or device than in Convertigo viewer.

Supported platorm(s):
• Android
• iOS
• Browser

You can access data from the next action in the chain in (TS) mode with:
• out: A concatenation of spoken string(s) if the action succeed

For more information : SpeechRecognition.

Name Description  
Locale Used language for recognition (default ‘en-US’)  
Matches Number of return matches (default 5, on iOS: maximum number of matches)  
Prompt Displayed prompt of listener popup window (default ‘’ Android only)  
Show partial Allow partial results to be returned (default false, iOS Browser only)
Show popup Display listener popup window with prompt (default true, Android only)  
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.  
Is active Defines whether the component is active.