Uses of Class
com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSegment
-
Packages that use AudioAnalysisSegment Package Description com.wrapper.spotify.model_objects.miscellaneous -
-
Uses of AudioAnalysisSegment in com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.spotify.model_objects.miscellaneous that return AudioAnalysisSegment Modifier and Type Method Description AudioAnalysisSegmentAudioAnalysisSegment.Builder. build()AudioAnalysisSegmentAudioAnalysisSegment.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)AudioAnalysisSegment[]AudioAnalysis. getSegments()Get the set of sound entities (typically under a second) each relatively uniform in timbre and harmony.Methods in com.wrapper.spotify.model_objects.miscellaneous with parameters of type AudioAnalysisSegment Modifier and Type Method Description AudioAnalysis.BuilderAudioAnalysis.Builder. setSegments(AudioAnalysisSegment[] segments)The track segments setter.
-