AppendBreak Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Appends a break to the PromptBuilder object.

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

Syntax

Visual Basic (Declaration)
Public Sub AppendBreak
Visual Basic (Usage)
Dim instance As PromptBuilder

instance.AppendBreak()
C#
public void AppendBreak()

See Also