PromptRate Enum

Definition

Enumerates values for the speaking rate of prompts.

public enum class PromptRate
public enum PromptRate
type PromptRate = 
Public Enum PromptRate
Inheritance
PromptRate

Fields

ExtraFast 1

Indicates an extra-fast rate.

ExtraSlow 5

Indicates an extra-slow rate.

Fast 2

Indicates a fast rate.

Medium 3

Indicates a medium rate.

NotSet 0

Indicates no rate is specified.

Slow 4

Indicates a slow rate.

Remarks

Members of the PromptRate enumeration are used by the PromptStyle constructor, by the AppendText method, and by the StartStyle method to specify the rate of speech for spoken text. The Rate property gets the rate for a PromptStyle object using a PromptRate instance.

Applies to

See also