Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.1 KB

File metadata and controls

35 lines (18 loc) · 1.1 KB

Interface: Word

Defined in: types/stt.ts:218

Structure that represent single token with timestamp information.

Properties

end

end: number

Defined in: types/stt.ts:221

Timestamp of the end of the token in audio (in seconds).


start

start: number

Defined in: types/stt.ts:220

Timestamp of the beginning of the token in audio (in seconds).


word

word: string

Defined in: types/stt.ts:219

Token as a string value.