Skip to content

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?

optional endMs?: number

Defined in: packages/aiui-claude-channel/src/realtime.ts:84


logprob?

optional logprob?: number

Defined in: packages/aiui-claude-channel/src/realtime.ts:85


startMs?

optional startMs?: number

Defined in: packages/aiui-claude-channel/src/realtime.ts:83


text

text: string

Defined in: packages/aiui-claude-channel/src/realtime.ts:82