SpeechOptions.Rate 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.
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
.