Login to follow
Speech Recognition

Speech Recognition (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 13 February 2025 by OutSystems Labs
Speech Recognition

Speech Recognition (ODC)

Documentation
0.1.1

This is a JavaScript library.


To use the component, follow the steps below:

  1. Add "SpeechRecognition" block in the page you want to use the client actions;
  2. Use "StartTranscript" client action to ask the browser to start listening the user;
  3. Use "StopTranscript" client action to close the microphone and stop the transcript.

Use "OnRecognitionResult" event to receive the transcript result. This event will only fire after the StartTranscript action call and it will stop right after the StopTranscript action is fired.


Check the Demo app for a full implementation sample of the Speech Recognition usage.