Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

topic sample
languages
C# (dotnet)
products
azure
cognitive services

Language REST API samples

These samples are quickstarts that show how to use various Language APIs, such as Bing Spell Check and Text Analytics.

Prerequisites

  • Create an Azure resource for the service you'd like to try, for example a Bing Spell Check resource.
  • Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.

Running the samples

  • Copy/paste the sample into a new C# console app (netcore) in Visual Studio, into the Program.cs file.
  • Build/run in Visual Studio.

Resources

Bing Spell Check: Documentation, API

Text Analytics: Documentation, API