<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MusicKit",
  "identifier" : "/documentation/MusicKit/MusicCatalogSearchResponse/TopResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MusicKit"
    ],
    "preciseIdentifier" : "s:8MusicKit0A21CatalogSearchResponseV9TopResultO"
  },
  "title" : "MusicCatalogSearchResponse.TopResult"
}
-->

# MusicCatalogSearchResponse.TopResult

An item that represents one of the top results in a catalog search response.

```
enum TopResult
```

## Topics

### Enumeration Cases

[`case album(Album)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/album(_:))

An item that corresponds to an album.

[`case artist(Artist)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/artist(_:))

An item that corresponds to an artist.

[`case curator(Curator)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/curator(_:))

An item that corresponds to a curator.

[`case musicVideo(MusicVideo)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/musicVideo(_:))

An item that corresponds to a music video.

[`case playlist(Playlist)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/playlist(_:))

An item that corresponds to a playlist.

[`case radioShow(RadioShow)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/radioShow(_:))

An item that corresponds to a radio show.

[`case recordLabel(RecordLabel)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/recordLabel(_:))

An item that corresponds to a record label.

[`case song(Song)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/song(_:))

An item that corresponds to a song.

[`case station(Station)`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/station(_:))

An item that corresponds to a station.

### Instance Properties

[`var artwork: Artwork?`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/artwork)

The artwork of this top result for catalog search.

[`var id: MusicItemID`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/id)

The unique identifier of this top result for catalog search.

[`var title: String`](/documentation/MusicKit/MusicCatalogSearchResponse/TopResult/title)

The title of this top result for catalog search.

## Relationships

### Conforms To

[`MusicItem`](/documentation/MusicKit/MusicItem)

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

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

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

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

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

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

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

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

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

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

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

---

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)