Gets or sets the speaking rate of the SpeechSynthesizer object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Rate As Integer Get Set |
Visual Basic (Usage) |
---|
Dim instance As SpeechSynthesizer Dim value As Integer value = instance.Rate instance.Rate = value |
C# |
---|
public int Rate { get; set; } |
Property Value
Type: System..::..Int32Returns the speaking rate of the SpeechSynthesizer object, from -10 through 10.