Dart Documentationchrome.tts

chrome.tts library

Use the chrome.tts API to play synthesized text-to-speech (TTS). See also the related ttsEngine API, which allows an extension to implement a speech engine.

Properties

final ChromeTts tts #

Accessor for the chrome.tts namespace.

final ChromeTts tts = new ChromeTts._()

Classes