---
title: artworkRepresentations
framework: AVKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: avkit/avplaybackuserinterfacecontentmetadata-swift.struct/artworkrepresentations
---

# artworkRepresentations

Array of available artwork representations in various formats and sizes.

## Declaration

```swift
var artworkRepresentations: [AVPlaybackUserInterfaceContentArtwork]
```

## Discussion

Discussion Multiple representations allow the system to choose the most appropriate artwork for different display contexts (thumbnails, full-screen, high-DPI displays). Each representation specifies its dimensions, format, and URL for optimal loading and display performance.
