Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

PromptBuilder.EndSentence Method

Specifies the end of a sentence in the PromptBuilder object.

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

Syntax

'Declaration
Public Sub EndSentence
'Usage
Dim instance As PromptBuilder

instance.EndSentence()
public void EndSentence()

Remarks

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

See Also

Reference

PromptBuilder Class

PromptBuilder Members

Microsoft.Speech.Synthesis Namespace