PromptStyle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a style for speaking prompts that consists of settings for emphasis, rate, and volume.
public ref class PromptStyle
public class PromptStyle
[System.Serializable]
public class PromptStyle
type PromptStyle = class
[<System.Serializable>]
type PromptStyle = class
Public Class PromptStyle
- Inheritance
-
PromptStyle
- Attributes
Constructors
PromptStyle() |
Initializes a new instance of the PromptStyle class. |
PromptStyle(PromptEmphasis) |
Initializes a new instance of the PromptStyle class and specifies the setting for the emphasis of the style. |
PromptStyle(PromptRate) |
Initializes a new instance of the PromptStyle class and specifies the setting for the speaking rate of the style. |
PromptStyle(PromptVolume) |
Initializes a new instance of the PromptStyle class and specifies the setting for the speaking volume of the style. |
Properties
Emphasis |
Gets or sets the setting for the emphasis of the style. |
Rate |
Gets or sets the setting for the speaking rate of the style. |
Volume |
Gets or sets the setting for the volume (loudness) of the style. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |