Android.Speech.Tts.TextToSpeech.IsSpeaking Property
Checks whether the TTS engine is busy speaking.

Syntax

[get: Android.Runtime.Register("isSpeaking", "()Z", "GetIsSpeakingHandler")]
public virtual bool IsSpeaking { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Checks whether the TTS engine is busy speaking. Note that a speech item is considered complete once it's audio data has been sent to the audio mixer, or written to a file. There might be a finite lag between this point, and when the audio hardware completes playback.

[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