---
title: "displayRepresentations(for:)"
framework: appintents
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+, watchOS 27.0+]
path: "appintents/entityquery/displayrepresentations(for:)"
---

# displayRepresentations(for:)

Returns display representations by identifier.

## Declaration

```swift
func displayRepresentations(for identifiers: [Self.Entity.ID]) async throws -> [Self.Entity.ID : DisplayRepresentation]
```

## Discussion

Discussion Return full representations; the system materializes only the components it needs (for example, dropping a deferred image when only text is required).
