Jaa


TextToSpeechOptions.Speed Property

Definition

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.

Applies to