PromptStyle Members

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.

The PromptStyle type exposes the following members.

Constructors

  NameDescription
Public methodPromptStyle()()()()Initializes a new instance of the PromptStyle class.
Public methodPromptStyle(PromptEmphasis)Initializes a new instance of the PromptStyle class and specifies the setting for the emphasis of the style.
Public methodPromptStyle(PromptRate)Initializes a new instance of the PromptStyle class and specifies the setting for the speaking rate of the style.
Public methodPromptStyle(PromptVolume)Initializes a new instance of the PromptStyle class and specifies the setting for the speaking volume of the style.
Top

Properties

  NameDescription
Public propertyEmphasisGets or sets the setting for the emphasis of the style.
Public propertyRateGets or sets the setting for the speaking rate of the style.
Public propertyVolumeGets or sets the setting for the volume (loudness) of the style.
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

See Also