PromptVolume Enumeration
.NET Framework (current version)
Enumerates values for volume levels (loudness) in prompts.
Assembly: System.Speech (in System.Speech.dll)
| Member name | Description | |
|---|---|---|
| Default | Indicates the engine-specific default volume level. | |
| ExtraLoud | Indicates an extra loud volume level. | |
| ExtraSoft | Indicates an extra soft volume level. | |
| Loud | Indicates a loud volume level. | |
| Medium | Indicates a medium volume level. | |
| NotSet | Indicates that the volume level is not set. | |
| Silent | Indicates a muted volume level. | |
| Soft | Indicates a soft volume level. |
Members of the PromptVolume enumeration are used by the PromptStyle constructor, by the AppendText method, and by the StartStyle method to specify the volume level for spoken text. The Volume property gets the volume for a PromptStyle object using a PromptVolume instance.
.NET Framework
Available since 3.0
Available since 3.0
Show: