Class Section

    • Field Detail

      • confidence

        public float confidence

        The confidence, from 0.0 to 1.0, of the reliability of the section’s "designation".

      • duration

        public float duration

        The duration (in seconds) of the section.

      • key

        public int key
      • keyConfidence

        public float keyConfidence
      • loudness

        public float loudness

        The overall loudness of the section in decibels (dB). Loudness values are useful for comparing relative loudness of sections within tracks.

      • mode

        public int mode
      • modeConfidence

        public float modeConfidence
      • start

        public float start

        The starting point (in seconds) of the section.

      • tempo

        public float tempo

        The overall estimated tempo of the section in beats per minute (BPM). In musical terminology, tempo is the speed or pace of a given piece and derives directly from the average beat duration.

      • tempoConfidence

        public float tempoConfidence
      • timeSignature

        public int timeSignature
      • timeSignatureConfidence

        public float timeSignatureConfidence
    • Constructor Detail

      • Section

        public Section()