---
title: label
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/spotlightsearchtool/searchreply/label
---

# label

A short, LLM-generated description of what the result represents.

## Declaration

```swift
let label: String?
```

## Discussion

Discussion Use this property to determine what information the model requested. For complex requests, the tool provides the simplest string that describes the current portion of the task. For example, the string might contain a value like “Attachments from John” or “Documents about the deadline.” You can display the string in your app’s interface or use it as an accessibility label.

## See Also

### Getting the reply details

- [content](corespotlight/spotlightsearchtool/searchreply/content-swift.property.md)
- [status](corespotlight/spotlightsearchtool/searchreply/status-swift.property.md)
- [SpotlightSearchTool.SearchReply.Content](corespotlight/spotlightsearchtool/searchreply/content-swift.enum.md)
- [SpotlightSearchTool.SearchReply.Status](corespotlight/spotlightsearchtool/searchreply/status-swift.enum.md)
