Emphasis Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets or sets the setting for the emphasis of the style.

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

Syntax

Visual Basic (Declaration)
Public Property Emphasis As PromptEmphasis
	Get
	Set
Visual Basic (Usage)
Dim instance As PromptStyle
Dim value As PromptEmphasis

value = instance.Emphasis

instance.Emphasis = value
C#
public PromptEmphasis Emphasis { get; set; }

Property Value

Type: Microsoft.Speech.Synthesis..::..PromptEmphasis

Returns the setting for the emphasis of the style.

See Also