---
title: textContentSummary
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/cssearchableitemattributeset/textcontentsummary
---

# textContentSummary

A string that presents the Apple Intelligence summarization of the item.

## Declaration

```swift
var textContentSummary: String? { get }
```

## Mentioned in

Generating summary and priority data for indexed items

## Discussion

Discussion For some types of content, Apple Intelligence generates a summary of the text content you provide and places it in this property. For information about how to generate summaries, see Generating summary and priority data for indexed items.

## See Also

### Handling Apple Intelligence prioritization and summarization

- [isPriority](corespotlight/cssearchableitemattributeset/ispriority.md)
- [transcribedTextContent](corespotlight/cssearchableitemattributeset/transcribedtextcontent.md)
