Contents

accessibilitySpeechPunctuation

A key that indicates whether to speak punctuation.

Declaration

nonisolated 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.

See Also

Getting accessibility attribute keys