Android.Speech.Tts.TextToSpeech.SetSpeechRate Method
Sets the speech rate.

Syntax

[Android.Runtime.Register("setSpeechRate", "(F)I", "GetSetSpeechRate_FHandler")]
[return:Android.Runtime.GeneratedEnum]
public virtual OperationResult SetSpeechRate (float speechRate)

Parameters

speechRate
Speech rate. 1.0 is the normal speech rate, lower values slow down the speech (0.5 is half the normal speech rate), greater values accelerate it (2.0 is twice the normal speech rate).

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the speech rate. This has no effect on any pre-recorded speech.

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4