Package de.sonallux.spotify.api.models
Class Section
- java.lang.Object
-
- de.sonallux.spotify.api.models.Section
-
public class Section extends Object
-
-
Field Summary
Fields Modifier and Type Field Description floatconfidenceThe confidence, from 0.0 to 1.0, of the reliability of the section’s "designation".floatdurationThe duration (in seconds) of the section.intkeyfloatkeyConfidencefloatloudnessThe overall loudness of the section in decibels (dB).intmodefloatmodeConfidencefloatstartThe starting point (in seconds) of the section.floattempoThe overall estimated tempo of the section in beats per minute (BPM).floattempoConfidenceinttimeSignaturefloattimeSignatureConfidence
-
Constructor Summary
Constructors Constructor Description Section()
-
-
-
Field Detail
-
confidence
public float confidence
The confidence, from 0.0 to 1.0, of the reliability of the section’s "designation".
-
duration
public float duration
The duration (in seconds) of the section.
-
key
public int key
-
keyConfidence
public float keyConfidence
-
loudness
public float loudness
The overall loudness of the section in decibels (dB). Loudness values are useful for comparing relative loudness of sections within tracks.
-
mode
public int mode
-
modeConfidence
public float modeConfidence
-
start
public float start
The starting point (in seconds) of the section.
-
tempo
public float tempo
The overall estimated tempo of the section in beats per minute (BPM). In musical terminology, tempo is the speed or pace of a given piece and derives directly from the average beat duration.
-
tempoConfidence
public float tempoConfidence
-
timeSignature
public int timeSignature
-
timeSignatureConfidence
public float timeSignatureConfidence
-
-