List of All Members for TextToSpeech
This is the complete list of members for TextToSpeech, including inherited members.
- engine : string
- engineCapabilities : enumeration
(since 6.6)
- engineParameters : map
- locale : locale
- pitch : double
- rate : double
- state : enumeration
- voice : Voice
- volume : double
- aboutToSynthesize(number id)
(since 6.6)
- list<string> availableEngines()
- list<Voice> availableLocales()
- list<Voice> availableVoices()
- enqueue(string utterance)
(since 6.6)
- void errorOccurred(enumeration reason, string errorString)
- enumeration errorReason()
- string errorString()
- list<voice> findVoices(map criteria)
(since 6.6)
- pause(BoundaryHint boundaryHint)
- resume()
- say(string text)
- sayingWord(string word, int id, int start, int length)
(since 6.6)
- stop(BoundaryHint boundaryHint)