PromptStyle Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Defines a style for speaking prompts that consists of settings for emphasis, rate, and volume.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.Synthesis..::..PromptStyle

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class PromptStyle
Visual Basic (Usage)
Dim instance As PromptStyle
C#
[SerializableAttribute]
public sealed class PromptStyle

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also