speech-utterance
Reactive icon

Speech Utterance

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 Jan
 by 
5.0
 (1 rating)
speech-utterance

Speech Utterance

Documentation
1.0.0

Options

 

GetVoices

Dynamic support voice list.

  • List: Voice list.
    • Value: Type of voice in number.
    • Label: Name of voice.


  • How it's work GetVoices?
    • It serves to get all the voices supported by your browser.
  1. You need to create a local variable with the following Data Type below.
  2. After creating the variable, you need to add an OnReady event to the page, call GetVoices and assign the Voices with the return from GetVoices.


SpeechUtterance

The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request. It contains the content the speech service should read and information about how to read it (e.g. language, pitch and volume.)

  • Text: Text to be spoken.
  • Voice: Type of voice to speech a text.
  • VoiceSpeed: Speed at which speech will be said.