TextToSpeechOptions.Speed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the speech speed multiplier.
public:
property Nullable<float> Speed { Nullable<float> get(); void set(Nullable<float> value); };
public float? Speed { get; set; }
member this.Speed : Nullable<single> with get, set
Public Property Speed As Nullable(Of Single)
Property Value
Remarks
A value of 1.0 represents normal speed. Values greater than 1.0 increase speed; values less than 1.0 decrease speed. The valid range is provider-specific.