Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 825 Bytes

File metadata and controls

25 lines (13 loc) · 825 Bytes

Interface: Segment

Defined in: types/vad.ts:29

Represents a detected audio segment with start and end timestamps.

Properties

end

end: number

Defined in: types/vad.ts:31

End time of the segment in seconds.


start

start: number

Defined in: types/vad.ts:30

Start time of the segment in seconds.