---
title: "semantics"
description: "Associate accessibility semantics with an element. This should generally be used sparingly, amd
in mose cases should only be applied to the top-level layout element or clickable elements."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


> **Deprecated** glance-wear-tiles is deprecated and will be removed

```kotlin
public fun GlanceCurvedModifier.semantics(
    properties: (SemanticsPropertyReceiver.() -> Unit)
): GlanceCurvedModifier
```


Associate accessibility semantics with an element. This should generally be used sparingly, amd
in mose cases should only be applied to the top-level layout element or clickable elements.



