File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ topic : sample
3+ languages :
4+ - nodejs
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.
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+ - Copy/paste the ` .js ` file into your project or text editor.
19+
20+ ## Running the samples
21+ - Run from your IDE or the command line: <br >
22+ ` node BingSpellCheckv7.js `
23+
24+ ## Resources
25+ #### Bing Spell Check: [ Documentation] ( https://docs.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/overview ) , [ API] ( https://dev.cognitive.microsoft.com/docs/services/5f7d486e04d2430193e1ca8f760cd7ed/operations/57855119bca1df1c647bc358 )
You can’t perform that action at this time.
0 commit comments