Record
audio-features-object
No description available.
record audio-features-object {
acousticness: option<f64>,
analysis-url: option<string>,
danceability: option<f64>,
duration-ms: option<s32>,
energy: option<f64>,
id: option<string>,
instrumentalness: option<f64>,
key: option<key>,
liveness: option<f64>,
loudness: option<loudness>,
mode: option<mode>,
speechiness: option<f64>,
tempo: option<tempo>,
time-signature: option<time-signature>,
track-href: option<string>,
type-op: option<audio-features-object-type-op-enum>,
uri: option<string>,
valence: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| acousticness | option<f64> | |
| analysis-url | option<string> | |
| danceability | option<f64> | |
| duration-ms | option<s32> | |
| energy | option<f64> | |
| id | option<string> | |
| instrumentalness | option<f64> | |
| key | option<key> | |
| liveness | option<f64> | |
| loudness | option<loudness> | |
| mode | option<mode> | |
| speechiness | option<f64> | |
| tempo | option<tempo> | |
| time-signature | option<time-signature> | |
| track-href | option<string> | |
| type-op | option<audio-features-object-type-op-enum> | |
| uri | option<string> | |
| valence | option<f64> |