AVSpeechUtterance.PostUtteranceDelay 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.
The minimum delay, in seconds, after the last sound before the next enqueued AVSpeechUtterance will begin.
public virtual double PostUtteranceDelay { [Foundation.Export("postUtteranceDelay")] get; [Foundation.Export("setPostUtteranceDelay:")] set; }
member this.PostUtteranceDelay : double with get, set
Property Value
- Attributes
Remarks
The delay between an utterance and its enqueued successor
will be at least PostUtteranceDelay plus successor
's PreUtteranceDelay.