Rate Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

Returns the setting for the speaking rate of the style.

See Also