Run a classic spell check on a unit of text.
- Domain: microsoft.com
- Credentials: subscriptionKey
- Go to the Service page
- Create Microsoft account or log in.
- Choose "Bing Spell Check - Preview" to create new subscription
- In Key section choose Key1 or Key2 and press Show or Copy
Provides a text spell check for spelling and grammar errors.
Field | Type | Description |
---|---|---|
subscriptionKey | credentials | Required: The api key obtained from Microsoft Cognitive Servisces. |
text | String | Required: The text string to check for spelling and grammar errors. |
mode | String | Optional: Mode of spellcheck: *Proof - Meant to provide Office Word like spelling corrections. It can correct long queries, provide casing corrections and suppresses aggressive corrections. *Spell - Meant to provide Search engine like spelling corrections. It will correct small queries(up to length 9 tokens) without any casing changes and will be more optimized (perf and relevance) towards search like queries. |