struct

Whisper::Vad::SpeechSegment

Inherits Struct < Value < Object

A speech segment detected by the VAD model.

Constructors

new(start_seconds : Float32, end_seconds : Float32)
Source

Instance methods

duration_seconds

Segment duration in seconds.

Source
end_seconds

Segment end time in seconds.

Source
start_seconds

Segment start time in seconds.

Source