Class AudioAnalysisMeta

java.lang.Object
de.sonallux.spotify.api.models.AudioAnalysisMeta

public class AudioAnalysisMeta extends Object
  • Field Details

    • analysisTime

      public float analysisTime

      The amount of time taken to analyze this track.

    • analyzerVersion

      public String analyzerVersion

      The version of the Analyzer used to analyze this track.

    • detailedStatus

      public String detailedStatus

      A detailed status code for this track. If analysis data is missing, this code may explain why.

    • inputProcess

      public String inputProcess

      The method used to read the track's audio data.

    • platform

      public String platform

      The platform used to read the track's audio data.

    • statusCode

      public int statusCode

      The return code of the analyzer process. 0 if successful, 1 if any errors occurred.

    • timestamp

      public int timestamp

      The Unix timestamp (in seconds) at which this track was analyzed.

  • Constructor Details

    • AudioAnalysisMeta

      public AudioAnalysisMeta()