AVSpeechSynthesizer.Speaking Property

Definition

Whether the synthesizer is currently speaking, or has utterances queued. Ignores Paused

public virtual bool Speaking { [Foundation.Export("isSpeaking")] get; }
member this.Speaking : bool

Property Value

Attributes

Remarks

Even if Paused is true, this method will return true if the AVSpeechSynthesizer contains unfinished or enqueued AVSpeechUtterances.

Applies to