Skip to main content

Interface: TranscriptEntry

Defined in: packages/agentos/src/voice/types.ts:114

A single entry in a call transcript.

Properties

isFinal

isFinal: boolean

Defined in: packages/agentos/src/voice/types.ts:122

Whether this is a finalized transcript (vs. partial/streaming).


speaker

speaker: "user" | "bot"

Defined in: packages/agentos/src/voice/types.ts:118

Who spoke.


text

text: string

Defined in: packages/agentos/src/voice/types.ts:120

The spoken text.


timestamp

timestamp: number

Defined in: packages/agentos/src/voice/types.ts:116

Unix timestamp (ms) when this was recorded.