Wasm Directoryalpha
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

NameTypeDescription
acousticnessoption​<f64>
analysis-urloption​<string>
danceabilityoption​<f64>
duration-msoption​<s32>
energyoption​<f64>
idoption​<string>
instrumentalnessoption​<f64>
keyoption​<key>
livenessoption​<f64>
loudnessoption​<loudness>
modeoption​<mode>
speechinessoption​<f64>
tempooption​<tempo>
time-signatureoption​<time-signature>
track-hrefoption​<string>
type-opoption​<audio-features-object-type-op-enum>
urioption​<string>
valenceoption​<f64>