Class TimeInterval

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

public class TimeInterval extends Object
TimeIntervalObject
  • Field Details

    • confidence

      public float confidence

      The confidence, from 0.0 to 1.0, of the reliability of the interval.

    • duration

      public float duration

      The duration (in seconds) of the time interval.

    • start

      public float start

      The starting point (in seconds) of the time interval.

  • Constructor Details

    • TimeInterval

      public TimeInterval()