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.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
Properties
Sources
(source)
Link copied to clipboard