AudioAnalysisV6MaximumMoodInterval
Describes a track segment where the particular mood is most prominent.
type AudioAnalysisV6MaximumMoodInterval {
mood: AudioAnalysisV6MoodTags!
start: Float!
end: Float!
}
Fields
mood
(AudioAnalysisV6MoodTags!
)
start
(Float!
)
Start of the segment in seconds.
end
(Float!
)
End of the segment in seconds.