File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ topic : sample
3+ languages :
4+ - C# (dotnet)
5+ products :
6+ - azure
7+ - cognitive services
8+ ---
9+
10+ # Language REST API samples
11+
12+ These samples are quickstarts that show how to use various Language APIs, such as Bing Spell Check and Text Analytics.
13+
14+ ## Prerequisites
15+
16+ - Create an [ Azure resource] ( https://portal.azure.com ) for the service you'd like to try, for example a Bing Spell Check resource.
17+ - Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.
18+
19+ ## Running the samples
20+ - Copy/paste the sample into a new C# console app (netcore) in Visual Studio, into the Program.cs file.
21+ - Build/run in Visual Studio.
22+
23+ ## Resources
24+ #### Bing Spell Check
25+ - [ Documentation] ( https://docs.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/overview )
26+ - [ API] ( https://dev.cognitive.microsoft.com/docs/services/5f7d486e04d2430193e1ca8f760cd7ed/operations/57855119bca1df1c647bc358 )
27+
28+ #### Text Analytics
29+ - [ Documentation] ( https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/index )
30+ - [ API] ( https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/Languages )
You can’t perform that action at this time.
0 commit comments