Skip to content

Commit 10b8a3f

Browse files
authored
Initial commit
1 parent 5ecf009 commit 10b8a3f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

python/Language/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
topic: sample
3+
languages:
4+
- python
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 `.py` file into your project or text editor.
19+
20+
## Running the samples
21+
- Run from your IDE or the command line, for example: <br>
22+
`python BingSpellCheckv7.py`
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)

0 commit comments

Comments
 (0)