SKImage

public struct SKImage : JSONDecodable

A structure representing an image used by a Spotify item, such as a playlist’s cover image.

See also

The Web API Image object.
  • url

    The source URL of the image.

    Declaration

    Swift

    public let url: URL
  • The image height in pixels. If unknown, this value will be nil.

    Declaration

    Swift

    public let height: Int?
  • The image width in pixels. If unknown, this value will be nil.

    Declaration

    Swift

    public let width: Int?