IText |
The ITextToSpeechPlayback type exposes the following members.
| Name | Description | |
|---|---|---|
| Rate | Gets or sets the playback rate of the speech. (Range: -10 - 10) | |
| Texts | Gets the texts in the queue | |
| Voice | Gets the current voice of the text-to-speech |
| Name | Description | |
|---|---|---|
| AddAndStartText | Adds a text to the waiting queue and begins the playing with the first text in the queue. | |
| AddText | Adds text to the waiting queue. | |
| AddTTSEngine | ||
| ChangeLanguage(String) | Changes the language of the TTS engine. | |
| ChangeLanguage(String, String) | Changes the language of the TTS engine. | |
| ChangeVoice | Changes the voice of the TTS engine. | |
| Clear | Clears the input queue. | |
| GetAvailableVoices | Returns the collection of available Text-To-Speech voice. | |
| GetCurrentEngine | Get the current tts engine | |
| NextText | Skips the actual text and begins playing the next text. |