Gets the speaking state of the SpeechSynthesizer object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property State As SynthesizerState Get |
Visual Basic (Usage) |
---|
Dim instance As SpeechSynthesizer Dim value As SynthesizerState value = instance.State |
C# |
---|
public SynthesizerState State { get; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..SynthesizerStateReturns the speaking state of the SpeechSynthesizer object.