microsoft / cognitive-services-speech-sdk-js

Microsoft Azure Cognitive Services Speech SDK for JavaScript
Other
252 stars 91 forks source link

[Bug]: is it possible to do both language detection and trasnlation #837

Closed rohit1coding closed 1 day ago

rohit1coding commented 1 week ago

What happened?

I want to build a project where I can detect the language of spoken audio and translate it into another language as text, similar to how TranslationRecognizer works. Is it possible to achieve both tasks — detecting the language and translating it? If yes, can you explain how to do it?

Version

1.36.0 (Latest)

What browser/platform are you seeing the problem on?

No response

Relevant log output

No response

rohit1coding commented 1 day ago

Issue is resolved.