get Audio Analysis Rest Action
fun getAudioAnalysisRestAction(track: String): SpotifyRestAction<AudioAnalysis>
Content copied to clipboard
Get a detailed audio analysis for a single track identified by its unique Spotify ID.
The Audio Analysis endpoint provides low-level audio analysis for all of the tracks in the Spotify catalog. The Audio Analysis describes the track’s structure and musical content, including rhythm, pitch, and timbre. All information is precise to the audio sample.
Many elements of analysis include confidence values, a floating-point number ranging from 0.0 to 1.0. Confidence indicates the reliability of its corresponding attribute. Elements carrying a small confidence value should be considered speculative. There may not be sufficient data in the audio to compute the attribute with high certainty.
Parameters
track
The id or uri for the track.
Throws
if track cannot be found
Sources
(source)
Link copied to clipboard