Resume Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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()

See Also