REAL-TIME SPEECH TO TEXT
=====================
ELEMENT DESCRIPTION
----------------------------------
REAL-TIME SPEECH TO TEXT allows to access to in-browser capabilities to perform Real Time Speech to Text .
With speech recognition in the browser you can enable users to speak to your app across everything from a voice search to creating an interactive bot as part of the application.
STEP-BY-STEP SETUP
--------------------------------
1) Add an element supporting input text.
2) Add the REAL-TIME SPEECH TO TEXT to the page on which Speech to Text must be performed and configure its properties.
FIELDS :
- LANGUAGE CODE : ISO 639-1 Language Code, e.g. en-US for American English. Leave empty for autodetection based on browser settings.
- CONTINUOUS : Keep the microphone on until the stop action is triggered. Otherwise stops when no sound is detected.
3) Integrate the logic into your application using the following REAL-TIME SPEECH TO TEXT, states and actions:
EVENTS :
- VALUE CHANGED : Event triggered when the value of the transcribed text has changed.
- ERROR : Event triggered when an error occurs.
EXPOSED STATES:
Use any element able to show/process the data of interest (such as a Group with a Text field) stored within the result of the following states of the REAL-TIME SPEECH TO TEXT :
- VAUE : Transcribed text.
- IS LISTENING : Boolean set to yes when transcription is in progress, otherwise set to no.
- ERROR : Error message upon Error event trigger
- SET LANGUAGE : ISO 639-1 Language Code of the transcription language.
ELEMENT ACTIONS - TRIGGERED IN WORKFLOW:
- START SPEECH TO TEXT : Start Speech to Text transcription.
- STOP SPEECH TO TEXT : Stop Speech to Text transcription.
IMPLEMENTATION EXAMPLE
======================
Feel free to browse the app editor in the Service URL for an implementation example.
ADDITIONAL INFORMATION
======================
FIREFOX is not supported.
TROUBLESHOOTING
================
Any plugin related error will be posted to the the Logs tab, "Server logs" section of your App Editor.
Make sure that "Plugin server side output" and "Plugin server side output" is selected in "Show Advanced".
> Server Logs Details:
https://manual.bubble.io/core-resources/bubbles-interface/logs-tab#server-logsPERFORMANCE CONSIDERATIONS
===========================
N/A
QUESTIONS ?
===========
Contact us at
[email protected] for any additional feature you would require or support question.