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

# AttributeScopes.AccessibilityAttributes.IPANotationAttribute

An attribute to define the International Phonetic Alphabet representation for speech.

## Declaration

```swift
@frozen enum IPANotationAttribute
```

## Overview

Overview The IPA representation defines pronunciation of words that have the same spelling but different sounds. For example, consider the different pronunciations of the word “live” in the following two sentences: “Anne wants to live on Main Street.” “Maria wants to go to the live concert.” In the first sentence, “live” rhymes with “give.”  Its IPA representation would be “lɪv”. In the second sentence, it rhymes with “hive”. Its IPA representation would be “laɪv”. note: This attribute is not used on macOS

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