AVSpeechSynthesizer.Speaking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.