You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Want to create a tool for real-time translated captions. At the same time want to use custom(Text) translator models already developed.
Describe the solution you'd like
Want to be able to set the Custom Translator Model CategoryID while initializing the TranslationRecognizer
Describe alternatives you've considered
Have considered to first use SpeechRecognizer to get the text and then to use Azure Text Translation SDK to get the translation but I am worried about the performance and costs because if we translate on both "recognizing" and "recognized" event this could increase the costs.
Additional context
n/a
The text was updated successfully, but these errors were encountered:
nikolayyordanov
changed the title
Use TranslationRecognizer with Custom Translator Model
Use TranslationRecognizer with Custom Azure Text Translation Model
Dec 3, 2024
Is your feature request related to a problem? Please describe.
Want to create a tool for real-time translated captions. At the same time want to use custom(Text) translator models already developed.
Describe the solution you'd like
Want to be able to set the Custom Translator Model CategoryID while initializing the TranslationRecognizer
Describe alternatives you've considered
Have considered to first use SpeechRecognizer to get the text and then to use Azure Text Translation SDK to get the translation but I am worried about the performance and costs because if we translate on both "recognizing" and "recognized" event this could increase the costs.
Additional context
n/a
The text was updated successfully, but these errors were encountered: