AudioAnalysisV6Result
No description
type AudioAnalysisV6Result {
segments: AudioAnalysisV6Segments
genre: AudioAnalysisV6Genre
genreTags: [AudioAnalysisV6GenreTags!]
subgenre: AudioAnalysisV6Subgenre
subgenreTags: [AudioAnalysisV6SubgenreTags!]
subgenreEdm: AudioAnalysisV6SubgenreEdm
subgenreEdmTags: [AudioAnalysisV6SubgenreEdmTags!]
mood: AudioAnalysisV6Mood
moodTags: [AudioAnalysisV6MoodTags!]
moodMaxTimes: [AudioAnalysisV6MaximumMoodInterval!]
voice: AudioAnalysisV6Voice
instruments: AudioAnalysisV6Instruments
instrumentPresence: AudioAnalysisV6InstrumentPresence
instrumentTags: [AudioAnalysisV6InstrumentTags!]
bpm: Float
bpmPrediction: AudioAnalysisV6BPMPrediction
bpmRangeAdjusted: Float
key: MusicalKey
keyPrediction: AudioAnalysisV6KeyPrediction
timeSignature: String
valence: Float
arousal: Float
energyLevel: AudioAnalysisV6EnergyLevel
energyDynamics: AudioAnalysisV6EnergyDynamics
emotionalProfile: AudioAnalysisV6EmotionalProfile
voicePresenceProfile: AudioAnalysisV6VoicePresenceProfile
emotionalDynamics: AudioAnalysisV6EmotionalDynamics
predominantVoiceGender: AudioAnalysisV6PredominantVoiceGender
musicalEraTag: String
voiceTags: [AudioAnalysisV6VoiceTags!]
moodAdvanced: AudioAnalysisV6MoodAdvanced
moodAdvancedTags: [AudioAnalysisV6MoodAdvancedTags!]
movement: AudioAnalysisV6Movement
movementTags: [AudioAnalysisV6MovementTags!]
character: AudioAnalysisV6Character
characterTags: [AudioAnalysisV6CharacterTags!]
classicalEpoch: AudioAnalysisV6ClassicalEpoch
classicalEpochTags: [AudioAnalysisV6ClassicalEpochTags!]
transformerCaption: String
advancedGenre: AudioAnalysisV7Genre
advancedGenreTags: [AudioAnalysisV7GenreTags!]
advancedSubgenre: AudioAnalysisV7Subgenre
advancedSubgenreTags: [AudioAnalysisV7SubgenreTags!]
advancedInstrumentPresence: AudioAnalysisV7InstrumentPresence
advancedInstrumentTags: [AudioAnalysisV7InstrumentTags!]
advancedInstrumentPresenceExtended: AudioAnalysisV7ExtendedInstrumentPresence
advancedInstrumentTagsExtended: [AudioAnalysisV7ExtendedInstrumentTags!]
voiceoverExists: Boolean
voiceoverDegree: Float
freeGenreTags: String
}
Fields
segments
(AudioAnalysisV6Segments
)
The prediction results for the segments of the audio.
genre
(AudioAnalysisV6Genre
)
The multi-label genre prediction for the whole audio.
genreTags
([AudioAnalysisV6GenreTags!]
)
subgenre
(AudioAnalysisV6Subgenre
)
The multi-label subgenre prediction for the whole audio.
subgenreTags
([AudioAnalysisV6SubgenreTags!]
)
List of subgenre tags the audio is classified with.
subgenreEdm
(AudioAnalysisV6SubgenreEdm
)
DEPRECATED Please use 'AudioAnalysisV6Result.subgenre' instead.subgenreEdmTags
([AudioAnalysisV6SubgenreEdmTags!]
)
DEPRECATED Use field 'AudioAnalysisV6Result.subgenreTags' instead.mood
(AudioAnalysisV6Mood
)
The multi-label mood prediction for the whole audio.
moodTags
([AudioAnalysisV6MoodTags!]
)
List of mood tags the audio is classified with.
moodMaxTimes
([AudioAnalysisV6MaximumMoodInterval!]
)
DEPRECATED No longer supportedvoice
(AudioAnalysisV6Voice
)
instruments
(AudioAnalysisV6Instruments
)
DEPRECATED Use field 'AudioAnalysisV6Result.instrumentPresence' instead.instrumentPresence
(AudioAnalysisV6InstrumentPresence
)
The presence of instruments of the audio.
instrumentTags
([AudioAnalysisV6InstrumentTags!]
)
List of instrument tags the audio is classified with.
bpm
(Float
)
DEPRECATED Use 'AudioAnalysisV6Result.bpmPrediction' instead.BPM of the track.
bpmPrediction
(AudioAnalysisV6BPMPrediction
)
BPM predicted for the track.
bpmRangeAdjusted
(Float
)
The global estimated bpm value of the full track fixed to a custom range of 60-180 bpm.
key
(MusicalKey
)
DEPRECATED Use 'AudioAnalysisV6Result.keyPrediction' instead.The key predicted for the track.
keyPrediction
(AudioAnalysisV6KeyPrediction
)
The key predicted for the track.
timeSignature
(String
)
Time signature of the track.
valence
(Float
)
The overall valance of the audio.
arousal
(Float
)
The overall arousal of the audio.
energyLevel
(AudioAnalysisV6EnergyLevel
)
The overall energy level of the audio.
energyDynamics
(AudioAnalysisV6EnergyDynamics
)
The overall energy dynamics of the audio.
emotionalProfile
(AudioAnalysisV6EmotionalProfile
)
The overall emotional profile of the audio.
voicePresenceProfile
(AudioAnalysisV6VoicePresenceProfile
)
The overall voice presence profile of the audio.
emotionalDynamics
(AudioAnalysisV6EmotionalDynamics
)
The overall emotional dynamics of the audio.
predominantVoiceGender
(AudioAnalysisV6PredominantVoiceGender
)
The predominant voice gender of the audio.
musicalEraTag
(String
)
The predicted musical era of the audio.
voiceTags
([AudioAnalysisV6VoiceTags!]
)
moodAdvanced
(AudioAnalysisV6MoodAdvanced
)
moodAdvancedTags
([AudioAnalysisV6MoodAdvancedTags!]
)
movement
(AudioAnalysisV6Movement
)
movementTags
([AudioAnalysisV6MovementTags!]
)
character
(AudioAnalysisV6Character
)
characterTags
([AudioAnalysisV6CharacterTags!]
)
classicalEpoch
(AudioAnalysisV6ClassicalEpoch
)
This field is only available for music classified as classical.
classicalEpochTags
([AudioAnalysisV6ClassicalEpochTags!]
)
This field is only available for music classified as classical.
transformerCaption
(String
)
advancedGenre
(AudioAnalysisV7Genre
)
The multi-label genre prediction for the whole audio.
advancedGenreTags
([AudioAnalysisV7GenreTags!]
)
advancedSubgenre
(AudioAnalysisV7Subgenre
)
The multi-label subgenre prediction for the whole audio.
advancedSubgenreTags
([AudioAnalysisV7SubgenreTags!]
)
List of subgenre tags the audio is classified with.
advancedInstrumentPresence
(AudioAnalysisV7InstrumentPresence
)
The presence of instruments of the audio.
advancedInstrumentTags
([AudioAnalysisV7InstrumentTags!]
)
List of instrument tags the audio is classified with.
advancedInstrumentPresenceExtended
(AudioAnalysisV7ExtendedInstrumentPresence
)
The presence of instruments of the audio.
advancedInstrumentTagsExtended
([AudioAnalysisV7ExtendedInstrumentTags!]
)
List of instrument tags the audio is classified with.
voiceoverExists
(Boolean
)
The existence of the voiceover in this track
voiceoverDegree
(Float
)
The degree of certainty that there is a voiceover