#Is it possible for Deepgram to output Live Transcription with Speaker Diarization?
1 messages · Page 1 of 1 (latest)
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
- The programming language you are working in (e.g. JavaScript, Python).
- The deepgram product you are using (e.g Speech to Text, Agent API)
- A request ID that triggered your error or issue.
Our diarization feature is design to do just this
https://developers.deepgram.com/docs/diarization
Along with features like multichannel
https://developers.deepgram.com/docs/multichannel-vs-diarization
You can get an transcription output like:
[Speaker:0] Hello, and thank you for calling premier phone service. Please be aware that this call may be recorded for quality and training purposes.
[Speaker:0] My name is Beth, and I will be assisting you today. How are you doing?
[Speaker:1] Not too bad. How are you today?
[Speaker:0] I'm doing well. Thank you. May I please have your name?
[Speaker:1] My name is Blake...```
Currently this feature cannot do custom speaker labels, you'll just get numerical values for each speaker detected.
We do have plans this year to improve this feature, so hopefully it will get better soon.