Interface: TranscriptWord
Defined in: aiui-lowering-pipeline/src/types.ts:112
One transcribed word, positioned in the SEGMENT'S OWN AUDIO — milliseconds from the segment's first sample (the talk-start instant, since capture begins there) — plus the model's confidence when the vendor reports one. Word timestamps are the precise anchor for compile-time media interleaving (they replace the delta-arrival latency estimate when present), and logprobs drive the preview's confidence heat map.
Properties
endMs?
optionalendMs?:number
Defined in: aiui-lowering-pipeline/src/types.ts:115
logprob?
optionallogprob?:number
Defined in: aiui-lowering-pipeline/src/types.ts:116
startMs?
optionalstartMs?:number
Defined in: aiui-lowering-pipeline/src/types.ts:114
text
text:
string
Defined in: aiui-lowering-pipeline/src/types.ts:113