Spotify Web API v0.1.0 Spotify.Recommendations.RecommendationsSeed View Source

A Recommendations Seed object.

KeyValue Description
afterFilteringSizeThe number of tracks available after min* and max* filters have been applied.
afterRelinkingSizeThe number of tracks available after relinking for regional availability.
hrefA link to the full track or artist data for this seed. For tracks this will be a link to a Track Object. For artists a link to an Artist Object. For genre seeds, this value will be null.
idThe id used to select this seed. This will be the same as the string used in the seed_artists , seed_tracks or seed_genres parameter.
initialPoolSizeThe number of recommended tracks available for this seed.
typeThe entity type of this seed. One of artist , track or genre.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Recommendations.RecommendationsSeed{afterFilteringSize: integer(), afterRelinkingSize: integer(), href: String.t(), id: String.t(), initialPoolSize: integer(), type: String.t()}