---
title: whoValues
framework: uikit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+]
path: uikit/uiphotosearchsuggestion/whovalues
---

# whoValues

People mentioned in the text that can be used to filter photos.

## Declaration

```swift
var whoValues: [String] { get }
```

## Discussion

Discussion For example, if the user types “photos with John,” this array might contain @[@"John"].
