Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Uses of AudioAnalysisSegment in se.michaelthelin.spotify.model_objects.miscellaneous
Modifier and TypeMethodDescriptionAudioAnalysisSegment.Builder.build()
AudioAnalysisSegment.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) AudioAnalysis.getSegments()
Get the set of sound entities (typically under a second) each relatively uniform in timbre and harmony.Modifier and TypeMethodDescriptionAudioAnalysis.Builder.setSegments
(AudioAnalysisSegment[] segments) The track segments setter.