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

# AttributeScopes.AccessibilityAttributes.SpellOutAttribute

An attribute to define if each character should be spoken separately.

## Declaration

```swift
@frozen enum SpellOutAttribute
```

## Overview

Overview For example, a number representing a series of digits, like 25, spoken as “two-five” rather than “twenty-five”. Another usecase is acronyms, like APPL, spoken as “A-P-P-L”

## 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)
