Edit

Share via


AVSpeechUtterance.Rate Property

Definition

The rate at which the utterance is spoken.

public virtual float Rate { [Foundation.Export("rate")] get; [Foundation.Export("setRate:")] set; }
member this.Rate : single with get, set

Property Value

Attributes

Remarks

The Rate appears to be largely device-independent. The acceptable range is between MinimumSpeechRate and MaximumSpeechRate and the default rate is DefaultSpeechRate.

Applies to