/** * Signals end of speech for the current utterance (endpointing=manual * only). The server finalizes the transcript. */ export interface RealtimeSpeechEnd { event: "speech_end"; }