From 0f1e0348cea65fc5875958bb10bdc718d49121c0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 10 Nov 2025 10:23:47 +0000 Subject: [PATCH] update audio events for mc dz --- docs/speech-to-text/features/audio-events.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/speech-to-text/features/audio-events.mdx b/docs/speech-to-text/features/audio-events.mdx index c5da734..2e5eab1 100644 --- a/docs/speech-to-text/features/audio-events.mdx +++ b/docs/speech-to-text/features/audio-events.mdx @@ -230,7 +230,8 @@ Starting message example for a music event: "start_time": 4.2, "confidence": 0.8, "type": "music" - } + }, + "channel": "London" } ``` @@ -241,9 +242,16 @@ Ending message example for the music event: "event": { "end_time": 10.2, "type": "music" - } + }, + "channel": "London" } ``` + +:::info +The `channel` fields are only returned when [channel](../../speech-to-text/realtime/realtime-diarization#channel-diarization) or [`channel and speaker`](../../speech-to-text/realtime/realtime-diarization#channel-and-speaker-diarization) diarization is enabled. +These fields indicate which channel the audio event comes from. +::: +