Click or drag to resize
DefaultTextToSpeech Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaDefaultTextToSpeech

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

The DefaultTextToSpeech type exposes the following members.

Constructors
  NameDescription
Public methodDefaultTextToSpeech
Initializes a text to speech engine with given media format.
Top
Methods
  NameDescription
Public methodChangeLanguage(String)
Public methodChangeLanguage(String, String)
Changes the voice of the Text-To-Speech engine.
Public methodChangeVoice
Public methodDispose
Releases all resources used by the DefaultTextToSpeech
Public methodGetAvailableVoices
Returns the collection of available Text-To-Speech voice.
Public methodSetOutputToNull
Public methodSpeak
Creates a new stream that includes the spoken audio made by the Speech engine.
Public methodSpeakAsyncIntoWavFile
Top
Fields
  NameDescription
Public fieldStatic memberInnerName
Top
Properties
  NameDescription
Public propertyFormat
Public propertyName
Public propertyRate
Gets or sets the playback rate of the speech. (Range: -10 - 10)
Public propertyVoice
Top
Events
See Also