Click or drag to resize
ISpeechSynthesizerWrapper Methods

The ISpeechSynthesizerWrapper type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetInstalledVoiceNames
Returns a collection of the name of every installed voice.
Public methodSelectVoice
Selects a voice by name.
Public methodSetOutputToDefaultAudioDevice
Sends the output to the default audio device.
Public methodSpeakAsync
Converts the text to speech asynchronously.
Top
See Also