<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/ProximityReaderDiscovery/Content",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader0aB9DiscoveryC7ContentV"
  },
  "title" : "ProximityReaderDiscovery.Content"
}
-->

# ProximityReaderDiscovery.Content

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

```
struct Content
```

## 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:)`](/documentation/ProximityReader/ProximityReaderDiscovery/content(for:)) method.

Pass instances of this structure to [`presentContent(_:from:)`](/documentation/ProximityReader/ProximityReaderDiscovery/presentContent(_:from:))
to display the associated content.

## Topics

### Getting the content identifier

[`let id: String`](/documentation/ProximityReader/ProximityReaderDiscovery/Content/id)

The unique identifier of the content.

### Getting the content description

[`let description: String`](/documentation/ProximityReader/ProximityReaderDiscovery/Content/description)

The description of the content.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Identifiable`](/documentation/Swift/Identifiable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)