namespace SpotifyAPI.Web { public class TimeInterval { public float Start { get; private set; } public float Duration { get; private set; } public float Confidence { get; private set; } } }