Gets or sets the setting for the speaking rate of the style.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Rate As PromptRate Get Set |
Visual Basic (Usage) |
---|
Dim instance As PromptStyle Dim value As PromptRate value = instance.Rate instance.Rate = value |
C# |
---|
public PromptRate Rate { get; set; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..PromptRateReturns the setting for the speaking rate of the style.