Skip to main content

AudioAnalysisV6Segments

No description

type AudioAnalysisV6Segments {
representativeSegmentIndex: Int!
timestamps: [Float!]!
mood: AudioAnalysisV6MoodSegments
voice: AudioAnalysisV6VoiceSegments
instruments: AudioAnalysisV6InstrumentsSegments
advancedInstruments: AudioAnalysisV7InstrumentsSegments
advancedInstrumentsExtended: AudioAnalysisV7ExtendedInstrumentsSegments
genre: AudioAnalysisV6GenreSegments
subgenre: AudioAnalysisV6SubgenreSegments
subgenreEdm: AudioAnalysisV6SubgenreEdmSegments
valence: [Float!]
arousal: [Float!]
moodAdvanced: AudioAnalysisV6MoodAdvancedSegments
movement: AudioAnalysisV6MovementSegments
character: AudioAnalysisV6CharacterSegments
classicalEpoch: AudioAnalysisV6ClassicalEpochSegments
advancedGenre: AudioAnalysisV7GenreSegments
advancedSubgenre: AudioAnalysisV7SubgenreSegments
}

Fields

representativeSegmentIndex (Int!)

Index of the most representative segment for the track.

timestamps ([Float!]!)

The timestamps of each analysis segment.

mood (AudioAnalysisV6MoodSegments)

The mood prediction of each analysis segment.

voice (AudioAnalysisV6VoiceSegments)

The voice prediction of each analysis segment.

instruments (AudioAnalysisV6InstrumentsSegments)

The instrument prediction of each analysis segment.

advancedInstruments (AudioAnalysisV7InstrumentsSegments)

The instrument prediction of each analysis segment.

advancedInstrumentsExtended (AudioAnalysisV7ExtendedInstrumentsSegments)

The instrument prediction of each analysis segment.

genre (AudioAnalysisV6GenreSegments)

The genre prediction of each analysis segment.

subgenre (AudioAnalysisV6SubgenreSegments)

The sub-genre prediction of each analysis segment.

subgenreEdm (AudioAnalysisV6SubgenreEdmSegments)

DEPRECATED Please use 'AudioAnalysisV6Segments.subgenre' instead.

The EDM subgenre prediction of each analysis segments. It is null if the track has not been recognized as EDM music.

valence ([Float!])

The valance prediction of each analysis segment.

arousal ([Float!])

The arousal prediction of each analysis segment.

moodAdvanced (AudioAnalysisV6MoodAdvancedSegments)

movement (AudioAnalysisV6MovementSegments)

character (AudioAnalysisV6CharacterSegments)

classicalEpoch (AudioAnalysisV6ClassicalEpochSegments)

advancedGenre (AudioAnalysisV7GenreSegments)

The genre prediction of each analysis segment.

advancedSubgenre (AudioAnalysisV7SubgenreSegments)

The sub-genre prediction of each analysis segment.