Type Property 型プロパティ

accessibilitySpeechQueueAnnouncement

A key that indicates whether to queue an announcement behind existing speech or to interrupt it. あるキー、それはある告知を既存のスピーチの後ろで行列に並ばせるかまたはそれを中断させるかを指し示します。

Declaration 宣言

static let accessibilitySpeechQueueAnnouncement: NSAttributedString.Key

Discussion 議論

The value of this key is an NSNumber object that the system interprets as a Boolean value. When the value is true, the system queues the announcement behind existing speech. When the value is false, the announcement interrupts the existing speech. The default behavior is to interrupt existing speech. このキーの値は、NSNumberオブジェクトです、それはシステムがブール値として解釈するものです。値がtrueの場合、システムは告知を既存のスピーチの後ろで待ち行列に加えます。値がfalseの場合、告知は既存のスピーチを中断します。省略時の挙動は、既存のスピーチを中断することになります。

See Also 参照

Accessibility Keys アクセシビリティキー