ISpellCheckClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Spell Check API - V7 lets you check a text string for spelling and grammar errors.
public interface ISpellCheckClient : IDisposable
type ISpellCheckClient = interface
interface IDisposable
Public Interface ISpellCheckClient
Implements IDisposable
- Derived
- Implements
Properties
Credentials |
Subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Endpoint |
Supported Cognitive Services endpoints (protocol and hostname, for example: "https://westus.api.cognitive.microsoft.com", "https://api.cognitive.microsoft.com"). |
SerializationSettings |
The base URI of the service. |
Methods
SpellCheckerWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Dictionary<String, List<String>>, CancellationToken) |
The Bing Spell Check API lets you perform contextual grammar and spell checking. Bing has developed a web-based spell-checker that leverages machine learning and statistical machine translation to dynamically train a constantly evolving and highly contextual algorithm. The spell-checker is based on a massive corpus of web searches and documents. |
Extension Methods
SpellCheckerAsync(ISpellCheckClient, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, CancellationToken) |
The Bing Spell Check API lets you perform contextual grammar and spell checking. Bing has developed a web-based spell-checker that leverages machine learning and statistical machine translation to dynamically train a constantly evolving and highly contextual algorithm. The spell-checker is based on a massive corpus of web searches and documents. |
Applies to
Azure SDK for .NET