Note

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

PromptBuilder.EndStyle Method

Specifies the end of a style in the PromptBuilder object.

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

Syntax

'Declaration
Public Sub EndStyle
'Usage
Dim instance As PromptBuilder

instance.EndStyle()
public void EndStyle()

Remarks

The EndStyle() method stops the current speaking style. The speaking style reverts to the setting that was in effect before the StartStyle(PromptStyle) method initiated a new speaking style.

See Also

Reference

PromptBuilder Class

PromptBuilder Members

Microsoft.Speech.Synthesis Namespace