ISpeechSynthesizerWrapper Interface |
Namespace: VirtualRadar.Interface
The ISpeechSynthesizerWrapper type exposes the following members.
Name | Description | |
---|---|---|
DefaultVoiceName |
Gets the default voice name.
| |
Rate |
Gets or sets the text-to-speech rate.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetInstalledVoiceNames |
Returns a collection of the name of every installed voice.
| |
SelectVoice |
Selects a voice by name.
| |
SetOutputToDefaultAudioDevice |
Sends the output to the default audio device.
| |
SpeakAsync |
Converts the text to speech asynchronously.
|