---
title: AttributeScopes.AccessibilityAttributes.IncludesPunctuationAttribute
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/attributescopes/accessibilityattributes/includespunctuationattribute
---

# AttributeScopes.AccessibilityAttributes.IncludesPunctuationAttribute

An attribute to define how punctuation should be spoken.

## Declaration

```swift
@frozen enum IncludesPunctuationAttribute
```

## Overview

Overview When true, all punctuation will be spoken. When false, no punctuation will be spoken. If this attribute is not present, the user’s settings will be used.

## Relationships

### Conforms To

- [AttributedStringKey](foundation/attributedstringkey.md)
- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [DecodableAttributedStringKey](foundation/decodableattributedstringkey.md)
- [EncodableAttributedStringKey](foundation/encodableattributedstringkey.md)
- [MarkdownDecodableAttributedStringKey](foundation/markdowndecodableattributedstringkey.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
