Düzenle

Aracılığıyla paylaş


AVSpeechUtterance.PostUtteranceDelay Property

Definition

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.

Applies to