Time Interval
data class TimeInterval(start: Float, duration: Float, confidence: Float)
Content copied to clipboard
This is a generic object used to represent various time intervals within Audio Analysis.
Parameters
start
The starting point (in seconds) of the time interval.
duration
The duration (in seconds) of the time interval.
confidence
The confidence, from 0.0 to 1.0, of the reliability of the interval
Constructors
TimeInterval
Link copied to clipboard
The starting point (in seconds) of the time interval.
Properties
Sources
common source
Link copied to clipboard