Language detection giving error in live transcription #850
-
Which Deepgram product feature are you using?Deepgram API - STT Streaming DetailsI am trying to enable language detection like this const dgConnection = deepgram.listen.live({ But I am getting an error Error: Unexpected server response: 400 If you are making a request to the Deepgram API, what is the full Deepgram URL you are making a request to?/v1/listen?model=nova-2-general&detect_language=true&language=hi&endpointing=true&filler_words=false If you are making a request to the Deepgram API and have a request ID, please paste it below:No response If possible, please attach your code or paste it into the text box.const dgConnection = deepgram.listen.live({ If possible, please attach an example audio file to reproduce the issue.No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Thanks for asking your question about Deepgram! If you didn't already include it in your post, please be sure to add as much detail as possible so we can assist you efficiently, such as:
|
Beta Was this translation helpful? Give feedback.
-
Our language detection feature is not available for the live streaming STT API, only for our prerecorded API. You are getting the 400 error because you've turned on language detection for streaming. |
Beta Was this translation helpful? Give feedback.
@theavijitsarkar
Our language detection feature is not available for the live streaming STT API, only for our prerecorded API. You are getting the 400 error because you've turned on language detection for streaming.