Interface: SttWord
Defined in: types.ts:22
One transcribed word with its position in the SEGMENT'S OWN AUDIO — milliseconds from the segment's first sample — plus the model's confidence when the vendor reports one. Scribe reports timestamps + logprobs; the OpenAI wire folds token logprobs to words and has no timestamps.
Properties
endMs?
optionalendMs?:number
Defined in: types.ts:25
logprob?
optionallogprob?:number
Defined in: types.ts:26
startMs?
optionalstartMs?:number
Defined in: types.ts:24
text
text:
string
Defined in: types.ts:23