Interface: Word
Defined in: types/stt.ts:208
Structure that represent single token with timestamp information.
Properties
end
end:
number
Defined in: types/stt.ts:211
Timestamp of the end of the token in audio (in seconds).
start
start:
number
Defined in: types/stt.ts:210
Timestamp of the beginning of the token in audio (in seconds).
word
word:
string
Defined in: types/stt.ts:209
Token as a string value.