---
title: peopleInPhoto
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartphotoplaybackintent/peopleinphoto
---

# peopleInPhoto

The people in the photos.

## Declaration

```swift
var peopleInPhoto: [INPerson]? { get }
```

## Discussion

Discussion When this property contains one or more INPerson objects, your search should return only photos that contain the specified people. Use the operator in the peopleInPhotoOperator property to determine whether to search for photos containing all, some, or none of the specified people.

## See Also

### Getting the People in the Photos

- [peopleInPhotoOperator](intents/instartphotoplaybackintent/peopleinphotooperator.md)
