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

# whatValues

Subjects or topics mentioned in the text that can be used to filter photos.

## Declaration

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

## Discussion

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