Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysisSegment
Packages that use AudioAnalysisSegment
-
Uses of AudioAnalysisSegment in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return AudioAnalysisSegmentModifier 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.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type AudioAnalysisSegmentModifier and TypeMethodDescriptionAudioAnalysis.Builder.setSegments(AudioAnalysisSegment[] segments) The track segments setter.