API text correction

Lukáš Homola 1 Reputation point
2022-09-09T15:18:19.09+00:00

Hello, everyone. Please, can someone give me some advice?

Does anyone know if microsoft allows text proofreading feature via API?

The thing is that I would like to connect the CMS text proofreading API for editors, for spell checking in Czech language.

Unfortunately I have not found anything?

Assume that the functions are the same as e.g. microsoft word has

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
342 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,381 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. YutongTie-MSFT 46,801 Reputation points
    2022-09-11T21:39:58.473+00:00

    Hello @Lukáš Homola

    Thanks for using Microsoft Q&A platform. I think you are looking for Spell Check API - https://learn.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/overview

    The Spell Check API lets you check a text string for spelling and grammar errors. This section provides technical details about the query parameters and headers that you use to request spell checking, and the JSON response objects that contain the results

    Luckily, I find Spell Check API v7 now is supporting Czech lanague as below.
    https://learn.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-spell-check-api-v7-reference

    I hope this provides some clues for your requirement.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks!

    0 comments No comments

  2. Lukáš Homola 1 Reputation point
    2022-09-12T07:09:18.09+00:00

    Hello @YutongTie-MSFT

    Thank you so much!!

    I've been looking for it for over a month and haven't found anything. I'll try to go through it right away.

    If I have any questions through the API, can I get back to you here?

    Thanks again very much!


  3. Anonymous
    2023-11-23T12:57:33.9566667+00:00

    Hi @YutongTie-MSFT

    Do Microsoft provide any APIs for text prediction?

    Example: like in outlook we can enable Text prediction.

    0 comments No comments