---
title: ProximityReaderDiscovery.Content
framework: proximityreader
role: symbol
role_heading: Structure
path: proximityreader/proximityreaderdiscovery/content
---

# ProximityReaderDiscovery.Content

A type that represents content you can display on the current device.

## Declaration

```swift
struct Content
```

## Overview

Overview This structure stores information the system needs to present the appropriate interface. Don’t create instances of this structure directly. Instead, fetch each instance using the content(for:) method. Pass instances of this structure to presentContent(_:from:) to display the associated content.

## Topics

### Getting the content identifier

- [id](proximityreader/proximityreaderdiscovery/content/id.md)

### Getting the content description

- [description](proximityreader/proximityreaderdiscovery/content/description.md)

## Relationships

### Conforms To

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

## See Also

### Fetching the content to display

- [content(for:)](proximityreader/proximityreaderdiscovery/content(for:).md)
- [ProximityReaderDiscovery.Topic](proximityreader/proximityreaderdiscovery/topic.md)
- [contentList](proximityreader/proximityreaderdiscovery/contentlist.md)
