Text Control ReportingCloud

Released: Aug 23, 2017

Text Control ReportingCloud での更新項目

機能

Three new ReportingCloud endpoints integrate proofing functionality into your applications. The ReportingCloud template editor already provides 50+ different dictionaries for spell checking. This functionality is now available as a web service endpoint and can be used independently from merging documents.

  • Proofing Check method - The proofing/check method checks text for spelling errors. As query parameters, it accepts text that specifies the text to spell check and language which defines the language (see AvailableDictionaries method) that is used to spell check the specified text.
  • Proofing AvailableDictionaries method - This method returns all available dictionary names. These names can be used in the Check method to define the spell checking language.
  • Proofing Suggestions method - This endpoint returns suggestions for a misspelled word. The query parameters must contain the word for which the suggestions should be created for, the language (see AvailableDictionaries method) and the maximum number of suggestions.