![JAR search and dependency download from the Maven repository](/logo.png)
de.jsone_studios.wrapper.spotify.models.Section Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-java Show documentation
Show all versions of spotify-web-api-java Show documentation
A Java wrapper for Spotify's Web API using Retrofit
The newest version!
package de.jsone_studios.wrapper.spotify.models;
public class Section
{
public float start;
public float duration;
public float confidence;
public float loudness;
public float tempo;
public float tempo_confidence;
public int key;
public float key_confidence;
public int mode;
public float mode_confidence;
public int time_signature;
public float time_signature_confidence;
public Section()
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy