Contents

UIAccessibilitySpeechAttributePunctuation

A key that indicates whether to speak punctuation.

Declaration

extern NSAttributedStringKey const UIAccessibilitySpeechAttributePunctuation;

Overview

The value of this key is an NSNumber object that the system interprets as a Boolean value. When the value is YES, 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

Constants