---
title: label
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axcustomcontent/label
---

# label

A localized string that identifies the label for this content.

## Declaration

```swift
var label: String { get }
```

## Discussion

Discussion Make the label succinct to work well with assistive technology. For example, Orientation is an appropriate name for photo information.

## See Also

### Defining custom content

- [attributedLabel](accessibility/axcustomcontent/attributedlabel.md)
- [value](accessibility/axcustomcontent/value.md)
- [attributedValue](accessibility/axcustomcontent/attributedvalue.md)
- [importance](accessibility/axcustomcontent/importance-swift.property.md)
- [AXCustomContent.Importance](accessibility/axcustomcontent/importance-swift.enum.md)
