How to use Azure custom translator with Speech Translation
I am using Azure Speech SDK for Speech Transcription and Translation from Audio feed. Would like to improve transcription and translation accuracy/quality. Hence, per the MS recommendations, I am using a custom speech model to improve the accuracy of speech to text (Transcription). Similarly, would like to use a custom translator to improve the translation quality.
For the first part (improvement of transcription), I am using endpointid of my custom model in SpeechTranslationConfig before providing it to TranslationRecognizer. For second part (improving the translation quality), how can I use the custom translator with SpeechTranslationConfig & TranslationRecognizer.
PS: I am using Continuous translation (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-speech-translation?tabs=script%2Cwindowsinstall&pivots=programming-language-javascript)
