<!--
{
  "availability" : [
    "iOS: 14.0.0 - 17.0.0",
    "iPadOS: 14.0.0 - 17.0.0",
    "macCatalyst: 14.0.0 - 17.0.0",
    "macOS: 11.0.0 - 14.0.0",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/Entity/accessibilityLabel",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation6EntityC18accessibilityLabelSSSgvp"
  },
  "title" : "accessibilityLabel"
}
-->

# accessibilityLabel

A succinct label that identifies the purpose of the image.

```
@MainActor @preconcurrency var accessibilityLabel: String? { get set }
```

## Discussion

The default value for this property is `false`.

For entities with [`isAccessibilityElement`](/documentation/RealityKit/Entity/isAccessibilityElement) set to
<doc://com.apple.documentation/documentation/Swift/true>, iOS uses this
string to provide information to users of assistive technologies like
VoiceOver. Set this property to a name or short description that
accurately describes the entity. If you wish to provide additional
information or a longer description of the entity, you can use
[`accessibilityDescription`](/documentation/RealityKit/Entity/accessibilityDescription).

---

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)