TimeInterval

@Serializable
data class TimeInterval(val start: Float, val duration: Float, val confidence: Float)(source)

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

Link copied to clipboard
constructor(start: Float, duration: Float, confidence: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard