Defined in: packages/ai/src/types.ts:2412
A stretch of audio attributable to one turn (multi-voice) or one utterance (single voice). This is what tells a consumer which turn is where.
endSeconds: number;Defined in: packages/ai/src/types.ts:2416
End of the segment in seconds.
startSeconds: number;Defined in: packages/ai/src/types.ts:2414
Start of the segment in seconds.
optional text?: string;Defined in: packages/ai/src/types.ts:2422
Text spoken in this segment, when the provider reports it.
optional turnIndex?: number;Defined in: packages/ai/src/types.ts:2418
Index into the request's turns, when the provider reports it.
optional voice?: string;Defined in: packages/ai/src/types.ts:2420
Voice heard in this segment, when the provider reports it.