/** * Signals the beginning of an utterance (endpointing=manual only). The * server starts streaming partial results. */ export interface RealtimeSpeechStart { event: "speech_start"; }