Share via


SpeechOptions.Rate Property

Definition

The speech rate to use when speaking.

public:
 property Nullable<float> Rate { Nullable<float> get(); void set(Nullable<float> value); };
public float? Rate { get; set; }
member this.Rate : Nullable<single> with get, set
Public Property Rate As Nullable(Of Single)

Property Value

Remarks

This value should be between 0.1f and 2.0f.

Applies to