<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/AttributeScopes/AccessibilityAttributes/AdjustedPitchAttribute",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation",
      "Accessibility"
    ],
    "preciseIdentifier" : "s:10Foundation15AttributeScopesO13AccessibilityE0D10AttributesV013AdjustedPitchB0O"
  },
  "title" : "AttributeScopes.AccessibilityAttributes.AdjustedPitchAttribute"
}
-->

# AttributeScopes.AccessibilityAttributes.AdjustedPitchAttribute

An attribute to adjust the pitch the spoken speech.

```
@frozen enum AdjustedPitchAttribute
```

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

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`MarkdownDecodableAttributedStringKey`](/documentation/Foundation/MarkdownDecodableAttributedStringKey)

[`ObjectiveCConvertibleAttributedStringKey`](/documentation/Foundation/ObjectiveCConvertibleAttributedStringKey)

[`AttributedStringKey`](/documentation/Foundation/AttributedStringKey)

[`DecodableAttributedStringKey`](/documentation/Foundation/DecodableAttributedStringKey)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`EncodableAttributedStringKey`](/documentation/Foundation/EncodableAttributedStringKey)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)