Share via


AVSpeechUtterance.PostUtteranceDelay Property

Definition

The minimum delay, in seconds, after the last sound before the next enqueued AVSpeechUtterance will begin.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual double PostUtteranceDelay { [Foundation.Export("postUtteranceDelay")] get; [Foundation.Export("setPostUtteranceDelay:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("postUtteranceDelay")>]
[<set: Foundation.Export("setPostUtteranceDelay:")>]
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