AVSpeechSynthesizer.Speaking Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Speaking { [Foundation.Export("isSpeaking")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isSpeaking")>]
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