39 questions with Bing | Bing Search APIs | Bing Spell Check API tags
Replacement for Bing Spell Check? Discontinued August 11th.
I see that Bing Spell Check API is going to be discontinued on August 11th. We currently use this API and are evaluating options. Is there a replacement that Microsoft is offering or a suggestion Microsoft can make as a replacement?
Bing | Bing Search APIs | Bing Spell Check API
Bing spell check does not tag spaces and basic punctuation( commas)
Hello, https://api.bing.microsoft.com/v7.0/spellcheck?t I used BING spell check API and tested below text and it was not flagging the punctuation correctly Sample 1 :This is a test message, in an attempt. Bing flagged as below.{ "_type":…
Bing | Bing Search APIs | Bing Spell Check API
Bing not catch the expected corrections
I am sending below text to Bing spell check API and expecting the correction for 'their' should be 'they' but Bing doesn't provide any correction. Refer text = "RH was specifically designed for Marketing and Creative teams and the type of high…
Bing | Bing Search APIs | Bing Spell Check API
Bing Spell Check API callout is successful but no flaggedtokens returned when there is new line in the text
My input is this text --- The quick brown fox jumped overd the lazy dog. I am getting 'overd' as a flagged token on this, thus I know that the request works. However when I add a new line to any part of the text, the callout is still successful but…
Bing | Bing Search APIs | Bing Spell Check API
Assistance Required for Azure Bing Spell Check API Integration
Hi All, We are developing an application that utilizes the Azure Bing Spell Check API for text correction. The Bing API is accessed using an access token, which is generated using a Kubernetes service token. Below are the steps we have…
Bing | Bing Search APIs | Bing Spell Check API
Microsoft Security | Active Directory Federation Services
Microsoft Security | Microsoft Entra | Other
Spell Check API Issues with Polish and Finnish Languages
We are currently using the Bing Spell Check API and have encountered some issues with spell correction in different languages. Below are the details of the problems we've observed: Polish (mode: spell, market code: pl-PL): Input: 'Spozywaja' Expected…
Bing | Bing Search APIs | Bing Spell Check API
How to integrate a spell checker in my web application
Hi guys, I have an Angular based web application. I want to integrate a spell checker with medical dictionary. Does Microsoft provide any product for this purpose?
Bing | Bing Search APIs | Bing Spell Check API
Bing is not working for other languages as expected.
I have some text in the French which contains some spelling mistakes, and I am passing appropriate market code, but it is giving empty result. Please refer below details. Input text = '' À la base, la geastion de projet est une question de…
Bing | Bing Search APIs | Bing Spell Check API
BING Spellcheck api supported language for ES, ES419
Does BING Spellcheck support ES419 spellcheck? The reason I'm asking this is because, BING spellcheck query parameter document says "If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request…
Bing | Bing Search APIs | Bing Spell Check API
Bing spellcheck API does not work correctly for en-AU or en-GB
I'm trying to check the spelling using en-AU (or en-GB) and find that it is returning results based on en-US. For example, words like colour and specialise which are valid in AU / GB and not in US are returned as errors with the US spelling as…
Bing | Bing Search APIs | Bing Spell Check API
spell check missing not finding misspelled words
I'm trying out Bing Spell Check (BSP). I POST a sentence with a misspelled word, and BSP does not find it. But if I POST just the misspelled word by itself, then BSP finds it. What's up with that?
Bing | Bing Search APIs | Bing Spell Check API
Azure

The Bing Spellcheck API only returns empty results.
Hi, I've followed the instructions from the tutorial here Microsoft's Bing Spell Check API Tutorial to set up a project, then I tested it with A apple a day, keeps doctor away. Still, the spell check keeps returning the following empty result:…
Bing | Bing Search APIs | Bing Spell Check API
Is the Bing Spell Check API down?
Hello there, We've been experiencing issues with the "Bing Spell Check" API. Our system has been unable to connect to the "Bing Spell Check" since last Friday, and we're wondering if the API is currently down?When we attempt to…
Bing | Bing Search APIs | Bing Spell Check API
how to fix this change in Bing Spell check API, it is now combined with bing search service
I am using this code provided by chatgpt to find spell check (grammar error). I came to know that Bing spell check is now (Bing Spellcheck is an API under Bing Search Service). Now that my endpoint shows this: How can I fix this and get this code…
Bing | Bing Search APIs | Bing Web Search API
Bing | Bing Search APIs | Bing Spell Check API
Azure AI Search
How to create Bing Spell Check API on Azure portal
I am trying to create Bing Spell Check services on Azure but i am unable to find it. Does that service still exist or it is not available?
Bing | Bing Search APIs | Bing Spell Check API
Azure
Build a full-text search experience with AI and semantic search
I have got an email about "Bing Search APIs will transition from Azure Cognitive Services to Azure Marketplace on 31 October 2023" and I have a Search Service which is Azure AI Services loading data from my database and create index of the…
Bing | Bing Search APIs | Bing Web Search API
Bing | Bing Search APIs | Bing Spell Check API
Bing | Bing Search APIs | Bing Custom Search API
Azure AI services
I have a cognitive bing spellcheck API
Where can I create a bing spell check from azure marketplace. I do not see the option.
Bing | Bing Search APIs | Bing Web Search API
Bing | Bing Search APIs | Bing Spell Check API
some questions about spellcheck
I use api spellcheck , the status code is success ,but the flaggedTokens doesn't has value the response head still is 'BingAPIs-Market: zh-CN' ,but I set parameter mkt=en-US Hope Get your help,thanks. the code: string text="bill gatas"; …
Bing | Bing Search APIs | Bing Spell Check API
I would like for my command to repeat through each row, at the moment it only runs on 1 row
I have the current VBA Sub Subtract() cPart = Sheet3.Range("a2, a1000") cQty = Sheet3.Range("b2, b1000") 'loop lastrow = Sheet1.Cells(Rows.Count, 1).End(xlUp).row For i = 2 To lastrow If Sheet1.Cells(i, 1) = cPart Then …
Bing | Bing Search APIs | Bing Spell Check API
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Excel | For business | Windows

Windows for business | Windows Client for IT Pros | User experience | Other
Community Center | Not monitored
No Bing Spelling Suggestions for Hebrew Strings
I have tried using the Bing Spellcheck API for Hebrew and it has never once returned a single suggestion or result when trying to query with Hebrew strings. I have tested English, French, Italian and all of these seem to be working as intended. Here is…