<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAccessibility-c.protocol/accessibilityRoleDescription",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSAccessibility(py)accessibilityRoleDescription"
  },
  "title" : "accessibilityRoleDescription"
}
-->

# accessibilityRoleDescription

A localized, human-intelligible description of the accessibility element’s role, such as *radio button*.

```
@property (copy, nullable) NSString * accessibilityRoleDescription;
```

## Discussion

This property is set automatically based on the value of the [`accessibilityRole`](/documentation/AppKit/NSAccessibility-c.protocol/accessibilityRole) property; however, you can customize the value of this property to better describe your element’s role. Keep role descriptions short. If possible, use a single word. These descriptions should be noun phrases, all lowercase, with no period at the end.

## See Also

[`@property (copy, nullable) NSString * accessibilityLabel;`](/documentation/AppKit/NSAccessibility-c.protocol/accessibilityLabel)

A short description of the accessibility element.

[`@property (copy, nullable) NSString * accessibilityHelp;`](/documentation/AppKit/NSAccessibility-c.protocol/accessibilityHelp)

The help text for the accessibility element.



---

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)