Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TranslationRecognizer with Custom Azure Text Translation Model #2691

Open
nikolayyordanov opened this issue Dec 3, 2024 · 1 comment
Labels
update needed For items that are in progress but have not been updated

Comments

@nikolayyordanov
Copy link

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

@nikolayyordanov nikolayyordanov changed the title Use TranslationRecognizer with Custom Translator Model Use TranslationRecognizer with Custom Azure Text Translation Model Dec 3, 2024
Copy link

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.

@github-actions github-actions bot added the update needed For items that are in progress but have not been updated label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update needed For items that are in progress but have not been updated
Projects
None yet
Development

No branches or pull requests

1 participant