Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

PromptRate Enumeration

Enumerates values for the speaking rate of prompts.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public Enumeration PromptRate
'Usage
Dim instance As PromptRate
public enum PromptRate

Members

Member name Description
NotSet Indicates no rate is specified.
ExtraFast Indicates an extra-fast rate.
Fast Indicates a fast rate.
Medium Indicates a medium rate.
Slow Indicates a slow rate.
ExtraSlow Indicates an extra-slow rate.

Remarks

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

See Also

Reference

Microsoft.Speech.Synthesis Namespace

Prompt

PromptBuilder