It looks like you're experiencing incremental transcriptions where each partial transcript overlaps with the previous one. To manage this, you might need to implement logic in your system to combine these partials effectively into a single coherent message. One approach is to stream the partial transcripts and dynamically remove or format the redundant segments as new partials arrive. Also, ensure that your transcriber configuration includes settings that support interim results for real-time updates, similar to enabling
interim_results
in transcription settings. Let me know if you need more help!