Rate Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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..::..Int32

Returns the speaking rate of the SpeechSynthesizer object, from -10 through 10.

See Also