---
title: image
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inperson/image
---

# image

An image of the person.

## Declaration

```swift
@NSCopying var image: INImage? { get }
```

## Mentioned in

Improving interactions between Siri and your messaging app

## Discussion

Discussion Only show the person’s image to the user in appropriate situations. The value of this property is specified automatically at initialization time and can’t be changed later.

## See Also

### Accessing the person’s identity

- [personHandle](intents/inperson/personhandle.md)
- [isMe](intents/inperson/isme.md)
- [aliases](intents/inperson/aliases.md)
