Skip to content

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?

optional endMs?: number

Defined in: types.ts:25


logprob?

optional logprob?: number

Defined in: types.ts:26


startMs?

optional startMs?: number

Defined in: types.ts:24


text

text: string

Defined in: types.ts:23