Note

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

PromptStyle Constructor (PromptEmphasis)

Initializes a new instance of the PromptStyle class and specifies the setting for the emphasis of the style.

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

Syntax

'Declaration
Public Sub New ( _
    emphasis As PromptEmphasis _
)
'Usage
Dim emphasis As PromptEmphasis

Dim instance As New PromptStyle(emphasis)
public PromptStyle(
    PromptEmphasis emphasis
)

Parameters

Remarks

The speech synthesis engines for the Microsoft Speech Platform do not support PromptEmphasis at this time. Setting values for PromptEmphasis will produce no change in the synthesized speech output.

See Also

Reference

PromptStyle Class

PromptStyle Members

PromptStyle Overload

Microsoft.Speech.Synthesis Namespace