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

ISpellCheckClient 接口

定义

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

public interface ISpellCheckClient : IDisposable
type ISpellCheckClient = interface
    interface IDisposable
Public Interface ISpellCheckClient
Implements IDisposable
派生
实现

属性

Credentials

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

DeserializationSettings

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

Endpoint

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

SerializationSettings

服务的基 URI。

方法

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 搜索和文档。

适用于