Android.Speech.Tts.ISynthesisCallback.HasFinished Property
Check if ISynthesisCallback.Done was called or not.

Syntax

[get: Android.Runtime.Register("hasFinished", "()Z", "GetHasFinishedHandler:Android.Speech.Tts.ISynthesisCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool HasFinished { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Check if ISynthesisCallback.Done was called or not. This method should only be called on the synthesis thread, while in TextToSpeechService.OnSynthesizeText(SynthesisRequest, Android.Speech.Tts.ISynthesisCallback). Useful for checking if a fallback from network request is possible.

[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 14