SpellCheckClient Class
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 class SpellCheckClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Language.SpellCheck.SpellCheckClient>, IDisposable, Microsoft.Azure.CognitiveServices.Language.SpellCheck.ISpellCheckClient
type SpellCheckClient = class
inherit ServiceClient<SpellCheckClient>
interface ISpellCheckClient
interface IDisposable
Public Class SpellCheckClient
Inherits ServiceClient(Of SpellCheckClient)
Implements IDisposable, ISpellCheckClient
- Inheritance
- Implements
Constructors
SpellCheckClient(DelegatingHandler[]) |
Initializes a new instance of the SpellCheckClient class. |
SpellCheckClient(HttpClient, Boolean) |
Initializes a new instance of the SpellCheckClient class. |
SpellCheckClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the SpellCheckClient class. |
SpellCheckClient(ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the SpellCheckClient class. |
SpellCheckClient(ServiceClientCredentials, HttpClient, Boolean) |
Initializes a new instance of the SpellCheckClient class. |
SpellCheckClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the SpellCheckClient class. |
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"). |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
SerializationSettings |
Gets or sets json serialization settings. |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
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