Click or drag to resize

ITextToSpeechPlayback Interface

Interface for text-to-speech streamplayback

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public interface ITextToSpeechPlayback

The ITextToSpeechPlayback type exposes the following members.

Properties
  NameDescription
Public propertyRate
Gets or sets the playback rate of the speech. (Range: -10 - 10)
Public propertyTexts
Gets the texts in the queue
Public propertyVoice
Gets the current voice of the text-to-speech
Top
Methods
  NameDescription
Public methodAddAndStartText
Adds a text to the waiting queue and begins the playing with the first text in the queue.
Public methodAddText
Adds text to the waiting queue.
Public methodAddTTSEngine
Public methodChangeLanguage(String)
Changes the language of the TTS engine.
Public methodChangeLanguage(String, String)
Changes the language of the TTS engine.
Public methodChangeVoice
Changes the voice of the TTS engine.
Public methodClear
Clears the input queue.
Public methodGetAvailableVoices
Returns the collection of available Text-To-Speech voice.
Public methodGetCurrentEngine
Get the current tts engine
Public methodNextText
Skips the actual text and begins playing the next text.
Top
See Also