Ram

Results 6 issues of Ram

corrected the code sample in dynamic dictionary example. curl -X POST "https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&from=en&to=de" -H "Ocp-Apim-Subscription-Key: " -H "Content-Type: application/json; charset=UTF-8" -d "[{'Text':'The word wordomatic is a dictionary entry.'}]"

Change sent to author
cognitive-services/svc
do-not-merge
translator-text/subsvc
aq-pr-triaged

corrected the code sample in dynamic dictionary example

Change sent to author
cognitive-services/svc
do-not-merge
translator-text/subsvc
aq-pr-triaged

Following the direct speech line tutorial present in this [link](https://docs.microsoft.com/it-it/azure/cognitive-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk), After completing the azure resources setup tried to connect them to "Windows Voice Assistant". but it show the follow error:...

test

Can you integrate Azure Open AI also

Changed from const to static and readonly // Add your Face subscription key to your environment variables. private static readonly string subscriptionKey = Environment.GetEnvironmentVariable("FACE_SUBSCRIPTION_KEY"); // Add your Face endpoint to...