Safe Haskell | None |
---|---|
Language | Haskell2010 |
Result of PoolAggregator algorithm: https://essentia.upf.edu/documentation/reference/streaming_PoolAggregator.html .
Synopsis
- data StatisticalUnits = StatisticalUnits {}
- newtype StatisticalUnitsList = StatisticalUnitsList {}
Documentation
data StatisticalUnits Source #
Instances
newtype StatisticalUnitsList Source #
This newtype is only useful for the associated FromJSON
instance.
Instances
FromJSON StatisticalUnitsList Source # | |
Defined in AcousticBrainz.StatisticalUnits parseJSON :: Value -> Parser StatisticalUnitsList # parseJSONList :: Value -> Parser [StatisticalUnitsList] # |