---
title: accessibilityLabel()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsaccessibilityslider/accessibilitylabel()
---

# accessibilityLabel()

Returns a short description of the slider.

## Declaration

```swift
func accessibilityLabel() -> String?
```

## Return Value

Return Value The description of the slider.

## Discussion

Discussion This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityLabel property. Do not include the control’s type in the label (for example, use Volume, not Volume slider). If possible use a single word. To help ensure that accessibility clients such as VoiceOver read the label with the correct intonation, start this label with a capital letter. Do not put a period at the end. Always localize the label.

## See Also

### Supporting Accessibility

- [accessibilityPerformDecrement()](appkit/nsaccessibilityslider/accessibilityperformdecrement().md)
- [accessibilityPerformIncrement()](appkit/nsaccessibilityslider/accessibilityperformincrement().md)
- [accessibilityValue()](appkit/nsaccessibilityslider/accessibilityvalue().md)
