voice agent and word confidence level #1299
-
is it possible to retrieve the word confidecne level when using the voice agent api ? javascript |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
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?
|
Beta Was this translation helpful? Give feedback.
-
figured it out. the voice agent does not provide confidence level as far as i can tell. so I use a seperate STT channel to send the audio to and transcribe a second time and this will provide me the confidence level. the transcription sometimes do differ between the voice agent and the STT. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Thanks for letting us know. Yes, you are correct the Voice Agent API doesn't return confidence scores in it's responses. You work around is a good approach though, and I would expect some differences in responses just given the order of model processing going on for each different API and the non-deterministic aspects of AI Models. So that's expected IMHO.