SynthesizerState Enumeration
.NET Framework (current version)
Enumerates values for the state of the SpeechSynthesizer.
Assembly: System.Speech (in System.Speech.dll)
| Member name | Description | |
|---|---|---|
| Paused | Indicates that the SpeechSynthesizer is paused. | |
| Ready | Indicates that the SpeechSynthesizer is ready to generate speech from a prompt. | |
| Speaking | Indicates that the SpeechSynthesizer is speaking. |
The State property uses SynthesizerState to indicate the current state of the SpeechSynthesizer. See State for an example.
The PreviousState and State properties use SynthesizerState to indicate state of the SpeechSynthesizer when the StateChanged event is raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: