SpeechSynthesisUtterance

open external class SpeechSynthesisUtterance(text: String = definedExternally) : EventTarget(source)

This Web Speech API interface 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.)

MDN Reference

Constructors

Link copied to clipboard
constructor(text: String = definedExternally)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard