Interface: TranscriptWord
Defined in: packages/aiui-claude-channel/src/realtime.ts:81
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. Timings are segment-relative (not session clock): a vendor that gives per-word timestamps (ElevenLabs Scribe) reports them against the committed segment's audio, so they compose directly with the segment's own boundaries.
Properties
endMs?
optionalendMs?:number
Defined in: packages/aiui-claude-channel/src/realtime.ts:84
logprob?
optionallogprob?:number
Defined in: packages/aiui-claude-channel/src/realtime.ts:85
startMs?
optionalstartMs?:number
Defined in: packages/aiui-claude-channel/src/realtime.ts:83
text
text:
string
Defined in: packages/aiui-claude-channel/src/realtime.ts:82