Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SynthesizerState Enumeration

 

Enumerates values for the state of the SpeechSynthesizer.

Namespace:   System.Speech.Synthesis
Assembly:  System.Speech (in System.Speech.dll)

public enum class SynthesizerState

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft