Instance Method インスタンスメソッド

speechAnnouncementsQueued(_:)

Controls whether to queue pending announcements behind existing speech rather than interrupting speech in progress.

Declaration 宣言

func speechAnnouncementsQueued(_ value: Bool = true) -> some View

Parameters パラメータ

value

A Boolean value that determines if VoiceOver speaks changes to text immediately or enqueues them behind existing speech. Defaults to true. 省略時はtrueです。

Discussion 議論

Use this modifier when you want affect the order in which the accessibility system delivers spoken text. Announcements can occur automatically when the label or value of an accessibility element changes.