你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpellCheckClient 类

定义

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

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
继承
实现

构造函数

SpellCheckClient(DelegatingHandler[])

初始化 SpellCheckClient 类的新实例。

SpellCheckClient(HttpClient, Boolean)

初始化 SpellCheckClient 类的新实例。

SpellCheckClient(HttpClientHandler, DelegatingHandler[])

初始化 SpellCheckClient 类的新实例。

SpellCheckClient(ServiceClientCredentials, DelegatingHandler[])

初始化 SpellCheckClient 类的新实例。

SpellCheckClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 SpellCheckClient 类的新实例。

SpellCheckClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 SpellCheckClient 类的新实例。

属性

Credentials

唯一标识客户端订阅的订阅凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

Endpoint

支持的认知服务终结点 (协议和主机名,例如:“https://westus.api.cognitive.microsoft.com"、”https://api.cognitive.microsoft.com") 。

FirstMessageHandler

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
HttpClient

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
HttpClientHandler

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
HttpMessageHandlers

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
SerializationSettings

获取或设置 json 序列化设置。

UserAgent

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
Dispose()

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
Dispose(Boolean)

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
SetUserAgent(String)

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

通过拼写检查 API - V7,可以检查文本字符串来显示拼写和语法错误。

(继承自 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)

必应拼写检查 API 用于执行上下文语法和拼写检查。 必应开发的基于 Web 的拼写检查器充分利用了机器学习和统计性的机器翻译,可以动态训练一种不断发展且高度取决于上下文的算法。 此拼写检查器基于大量的 Web 搜索和文档。

扩展方法

SpellCheckerAsync(ISpellCheckClient, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, CancellationToken)

必应拼写检查 API 用于执行上下文语法和拼写检查。 必应开发的基于 Web 的拼写检查器充分利用了机器学习和统计性的机器翻译,可以动态训练一种不断发展且高度取决于上下文的算法。 此拼写检查器基于大量的 Web 搜索和文档。

适用于