Click or drag to resize
ITextToSpeech Interface
Interface for text-to-speech engine.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ITextToSpeech

The ITextToSpeech type exposes the following members.

Methods
  NameDescription
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 methodDispose
Disposes the TTS engine.
Public methodGetAvailableVoices
Retrieves the installed TTS voices.
Public methodSetOutputToNull
Public methodSpeak
Synchronously speaks the input text into a stream.
Public methodSpeakAsyncIntoWavFile
Top
Properties
  NameDescription
Public propertyFormat
Gets or sets the format of the output audio.
Public propertyName
Gets the name of the TTS engine.
Public propertyRate
Gets or sets the playback rate of the readout.
Public propertyVoice
Gets or sets the current voice of the TTS.
Top
Events
See Also