PhraseRange

data class PhraseRange(val lower: Float, val upper: Float)

Comfortable phrase-duration range — the middle two bins of a 5-bin histogram of phrase durations.

Captures where most phrases land, ignoring outlier short and long phrases.

Constructors

Link copied to clipboard
constructor(lower: Float, upper: Float)

Properties

Link copied to clipboard

Lower bound in seconds (bin edge 2 of 5)

Link copied to clipboard

Upper bound in seconds (bin edge 3 of 5)