Skip to content
DocumentationAPI Reference

Audio Analysis

Get Track's Audio Analysis
Deprecated
audioAnalysis().retrieve(AudioAnalysisRetrieveParamsparams = AudioAnalysisRetrieveParams.none(), RequestOptionsrequestOptions = RequestOptions.none()) : AudioAnalysisRetrieveResponse
GET/audio-analysis/{id}
ModelsExpand Collapse
class TimeIntervalObject:
confidence: Optional<Double>

The confidence, from 0.0 to 1.0, of the reliability of the interval.

minimum0
maximum1
duration: Optional<Double>

The duration (in seconds) of the time interval.

published: Optional<Boolean>

The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists

start: Optional<Double>

The starting point (in seconds) of the time interval.