# Image

> The accessibility node behaves like an image.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Accessibility](/engine/6000.6/script-reference/unityengine/accessibility.md)
* **Assembly:** UnityEngine.AccessibilityModule

```csharp
Image = 2
```

### Remarks

If this role is set on a node, the screen reader announces the node as an "image".

On Windows, if the node represents a clickable image, then it should have a role that supports [\_invoked](/engine/6000.6/script-reference/unityengine/accessibility/accessibilitynode/invoked.md), such as [AccessibilityRole.Button](/engine/6000.6/script-reference/unityengine/accessibility/accessibilityrole/button.md), instead of this role.
