Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MusicOrientation ¶
type MusicOrientation struct { Genres utils.Info[[]string] Danceability utils.Info[float64] Valence utils.Info[float64] Popularity utils.Info[int] Acousticness utils.Info[float64] Energy utils.Info[float64] Instrumentalness utils.Info[float64] Liveness utils.Info[float64] Speechiness utils.Info[float64] }
func (*MusicOrientation) HasAllSet ¶
func (m *MusicOrientation) HasAllSet() bool
func (*MusicOrientation) HasOneChanged ¶
func (m *MusicOrientation) HasOneChanged() bool
func (*MusicOrientation) String ¶
func (m *MusicOrientation) String() string
type OrientationElement ¶
type OrientationElement int
const ( GenresElement OrientationElement = iota DanceabilityElement ValenceElement PopularityElement AcousticnessElement EnergyElement InstrumentalnessElement LivenessElement SpeechinessElement )
Click to show internal directories.
Click to hide internal directories.