Azure Speech
An Azure service that integrates speech processing into apps and services.
827 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
is this possible to change addTargetLanguage SpeechTranslationConfig after the TranslationRecognizer is created ??
or add the traget language on run time
@Sathish k You could remove the target language using the method RemoveTargetLanguage(String) and then call the method AddTargetLanguage(String). With Add method when speech synthesis is used and several target languages are specified for translation, the speech will be synthesized only for the first language. Does this work in your case?