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
- emphasis
Type: Microsoft.Speech.Synthesis.PromptEmphasis
The setting for the emphasis of the style.
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.