---
title: SearchTextResult
framework: corespotlight
role: symbol
role_heading: Structure
path: corespotlight/searchtextresult
---

# SearchTextResult

LLM-generated text summary or analysis from a pipeline stage.

## Declaration

```swift
struct SearchTextResult
```

## Topics

### Creating a text result

- [init(body:header:)](corespotlight/searchtextresult/init(body:header:).md)

### Getting the result details

- [header](corespotlight/searchtextresult/header.md)
- [body](corespotlight/searchtextresult/body.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Search results

- [SearchCount](corespotlight/searchcount.md)
- [SearchResultsTable](corespotlight/searchresultstable.md)
- [SearchStatistic](corespotlight/searchstatistic.md)
