SpellCheckClient Class

Definition

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

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)
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