Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptStyle.Emphasis Property
Gets or sets the setting for the emphasis of the style.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Property Emphasis As PromptEmphasis
Get
Set
'Usage
Dim instance As PromptStyle
Dim value As PromptEmphasis
value = instance.Emphasis
instance.Emphasis = value
public PromptEmphasis Emphasis { get; set; }
Property Value
Type: Microsoft.Speech.Synthesis.PromptEmphasis
Returns the setting for the emphasis of the style.
Remarks
The speech synthesis engines for the Microsoft Speech Platform do not support the PromptEmphasis at this time. Setting values for PromptEmphasis will produce no change in the synthesized speech output.