AVSpeechUtterance.PreUtteranceDelay 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, between the start of speech synthesis and the first audible sound.
public virtual double PreUtteranceDelay { [Foundation.Export("preUtteranceDelay")] get; [Foundation.Export("setPreUtteranceDelay:")] set; }
member this.PreUtteranceDelay : 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.