Note

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

PromptStyle.Rate Property

Gets or sets the setting for the speaking rate of the style.

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

Syntax

'Declaration
Public Property Rate As PromptRate
    Get
    Set
'Usage
Dim instance As PromptStyle
Dim value As PromptRate

value = instance.Rate

instance.Rate = value
public PromptRate Rate { get; set; }

Property Value

Type: Microsoft.Speech.Synthesis.PromptRate
Returns the setting for the speaking rate of the style.

See Also

Reference

PromptStyle Class

PromptStyle Members

Microsoft.Speech.Synthesis Namespace