Type Property 型プロパティ

accessibilitySpeechPunctuation

A key that indicates whether to speak punctuation. あるキー、それは句読点を話すかどうかを指し示します。

Declaration 宣言

static let accessibilitySpeechPunctuation: 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 assistive app speaks all punctuation in the text. You might use this for code or other text where the punctuation is relevant. このキーの値は、NSNumberオブジェクトです、それはシステムがブール値として解釈するものです。値がtrueである場合、補助アプリはテキストにおける全ての句読点を読み上げます。あなたは、これを句読点が問題となるコードまたは他のテキストに対して使うかもしれません。

See Also 参照

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