Skip to content

A basic sample C# .NET app using Azure Cognitive Service: translate text. Updated code to handle new uri and JSON structures in version 3 of the translator API: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference

Notifications You must be signed in to change notification settings

TheovanKraay/translator-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translator

Simple C# .NET app which uses Azure cognitive services "translate text" API

  1. Add the translate text API key in HomeController.cs at the line: string key = "place Translator Text API Key here";
  2. run from Visual Studio (packages dependancies should be created at first run)

About

A basic sample C# .NET app using Azure Cognitive Service: translate text. Updated code to handle new uri and JSON structures in version 3 of the translator API: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published