PromptEmphasis Enum
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.
Enumerates values for levels of emphasis in prompts.
public enum class PromptEmphasis
public enum PromptEmphasis
type PromptEmphasis =
Public Enum PromptEmphasis
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotSet | 0 | Indicates that no emphasis value is specified. |
Strong | 1 | Indicates a strong level of emphasis. |
Moderate | 2 | Indicates a moderate level of emphasis. |
None | 3 | Indicates no emphasis. |
Reduced | 4 | Indicates a reduced level of emphasis. |
Remarks
Members of the PromptEmphasis enumeration are used by the PromptStyle constructor, by the AppendText method, and by the StartStyle method to specify the level of emphasis for spoken text. The Emphasis property gets the emphasis for a PromptStyle object using a PromptEmphasis instance.
Note
The speech synthesis engines in Windows do not support variations in the emphasis of speech output at this time. Setting values for emphasis using a member of the PromptEmphasis enumeration will produce no audible change in the synthesized speech output.
Applies to
See also
.NET