AudioFeaturesObject

@Serializable
data class AudioFeaturesObject(val acousticness: Double? = null, val analysisUrl: String? = null, val danceability: Double? = null, val durationMs: Int? = null, val energy: Double? = null, val id: String? = null, val instrumentalness: Double? = null, val key: Int? = null, val liveness: Double? = null, val loudness: Double? = null, val mode: Int? = null, val speechiness: Double? = null, val tempo: Double? = null, val timeSignature: Int? = null, val trackHref: String? = null, val type: String? = null, val uri: String? = null, val valence: Double? = null)

Constructors

Link copied to clipboard
constructor(acousticness: Double? = null, analysisUrl: String? = null, danceability: Double? = null, durationMs: Int? = null, energy: Double? = null, id: String? = null, instrumentalness: Double? = null, key: Int? = null, liveness: Double? = null, loudness: Double? = null, mode: Int? = null, speechiness: Double? = null, tempo: Double? = null, timeSignature: Int? = null, trackHref: String? = null, type: String? = null, uri: String? = null, valence: Double? = null)

Properties

Link copied to clipboard
val acousticness: Double? = null
Link copied to clipboard
@SerialName(value = "analysis_url")
val analysisUrl: String? = null
Link copied to clipboard
val danceability: Double? = null
Link copied to clipboard
@SerialName(value = "duration_ms")
val durationMs: Int? = null
Link copied to clipboard
val energy: Double? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val key: Int? = null
Link copied to clipboard
val liveness: Double? = null
Link copied to clipboard
val loudness: Double? = null
Link copied to clipboard
val mode: Int? = null
Link copied to clipboard
val speechiness: Double? = null
Link copied to clipboard
val tempo: Double? = null
Link copied to clipboard
@SerialName(value = "time_signature")
val timeSignature: Int? = null
Link copied to clipboard
@SerialName(value = "track_href")
val trackHref: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val uri: String? = null
Link copied to clipboard
val valence: Double? = null