Dela via


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

NotSet 0

Indicates no rate is specified.

ExtraFast 1

Indicates an extra-fast rate.

Fast 2

Indicates a fast rate.

Medium 3

Indicates a medium rate.

Slow 4

Indicates a slow rate.

ExtraSlow 5

Indicates an extra-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