We are trying to create speech translation app using customized models for speech recgonition and translation. We have created a custom speech recognition model that performs quite well on our domain. We have also trained some custom translation models for the translation.
Previously we have used the results of speech recognition as input to translation service but in order to simplify the app and remove some latency we are looking for using the SpeechTranslator of the SpeechSDK
Now the problem is that I can't get the speechSDK TranslationRecognizer (javascript) to use my custom speech recognition model.
When using regular speech recognition I create a SpeechRecgonizer config using auth token and then set the custom enpointId value.
I tried the same with the TranslationRecognizer. The translation works but it clearly uses the baseline speech recgonition model instead of our custom model. I tried to create the TranslationRecognizer using the configuration created with fromEndpoint methdo but didn't get any results from there...
The custom speech recognition model is using Finnish -language