StartSentence Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Specifies the start of a sentence in the PromptBuilder object.

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

Syntax

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

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

Remarks

Long prompts can be rendered more like human speech if they are broken into sentences and paragraphs.

See Also