Resumes the speaking of a prompt by the SpeechSynthesizer object after it has been paused.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Resume |
Visual Basic (Usage) |
---|
Dim instance As SpeechSynthesizer instance.Resume() |
C# |
---|
public void Resume() |