Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.25k stars 1.93k forks source link

I want to use the TranslationRecognizer in the Java speech SDK and configure the candidate languages #40625

Open ThisXianMing opened 2 weeks ago

ThisXianMing commented 2 weeks ago

Type of issue

Other (describe below)

Description

I want to use the TranslationRecognizer from the Java speech SDK and configure the candidate languages, just like the constructor TranslationRecognizer(SpeechTranslationConfig config, AutoDetectSourceLanguageConfig autoDetectSourceLanguageConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig) in the C# speech SDK. [在此处输入反馈]

Page URL

https://learn.microsoft.com/zh-cn/java/api/com.microsoft.cognitiveservices.speech.translation.translationrecognizer?view=azure-java-stable

Content source URL

https://github.com/Azure/azure-docs-sdk-java/blob/master/docs-ref-autogen/com.microsoft.cognitiveservices.speech.translation.TranslationRecognizer.yml

Document Version Independent Id

8ebd72a4-0ee2-5d05-ae6d-f9a825fb0de8

Article author

@rloutlaw

Metadata

joshfree commented 5 days ago

@samvaity could you please take a look?