Edit

Share via


TextToSpeech.SpeechTextInQueue Method

Definition

Returns info whether a text is submitted and being processed by PlaySpeech method Handy for avoiding situations when a text is submitted, but audio clip is not yet ready because the audio source isn't playing yet. Example: yield return new WaitWhile(() => textToSpeechManager.SpeechTextInQueue() || textToSpeechManager.IsSpeaking())

public:
 bool SpeechTextInQueue();
public bool SpeechTextInQueue ();
member this.SpeechTextInQueue : unit -> bool
Public Function SpeechTextInQueue () As Boolean

Returns

Applies to