ClearContent Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Clears the content from the PromptBuilder object.

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

Syntax

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

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

See Also