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

# AttributeScopes.AccessibilityAttributes.AdjustedPitchAttribute

An attribute to adjust the pitch the spoken speech.

## Declaration

```swift
@frozen enum AdjustedPitchAttribute
```

## Overview

Overview Values between -1 and 0 result in a lower pitch while values between 0 and 1 result in a higher pitch. For example, you may want to lower the pitch when an object is deleted, or raise the pitch if an object is inserted.

## 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)
- [ObjectiveCConvertibleAttributedStringKey](foundation/objectivecconvertibleattributedstringkey.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
