panel.models.text_to_speech module#
The TextToSpeek Bokeh Model wraps the HTML5 SpeechSynthesis API
See https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisVoice
- class panel.models.text_to_speech.TextToSpeech(*args: Any, id: ID | None = None, **kwargs: Any)[source]#
Bases:
Widget
The TextToSpeek Bokeh Model wraps the HTML5 SpeechSynthesis API
See https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
- Attributes:
- cancel
- pause
- paused
- pending
- resume
- speak
- speaking
- voices