ISpellCheckClient Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’API Vérification orthographique - V7 vous permet d’case activée une chaîne de texte pour les fautes d’orthographe et de grammaire.
public interface ISpellCheckClient : IDisposable
type ISpellCheckClient = interface
interface IDisposable
Public Interface ISpellCheckClient
Implements IDisposable
- Dérivé
- Implémente
Propriétés
Credentials |
Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client. |
DeserializationSettings |
Obtient ou définit les paramètres de désérialisation json. |
Endpoint |
Points de terminaison Cognitive Services pris en charge (protocole et nom d’hôte, par exemple : « https://westus.api.cognitive.microsoft.com", « https://api.cognitive.microsoft.com"). |
SerializationSettings |
URI de base du service. |
Méthodes
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) |
L’API Vérification orthographique Bing vous permet d’effectuer une vérification orthographique et grammaticale contextuelle. Bing a développé un vérificateur orthographique basé sur le web, qui utilise l’apprentissage automatique et la traduction automatique statistique pour entraîner et mettre à jour en continu un algorithme en constante évolution et hautement contextuel. Le vérificateur orthographique repose sur un important recueil de documents et de recherches sur le web. |
Méthodes d’extension
SpellCheckerAsync(ISpellCheckClient, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, CancellationToken) |
L’API Vérification orthographique Bing vous permet d’effectuer une vérification orthographique et grammaticale contextuelle. Bing a développé un vérificateur orthographique basé sur le web, qui utilise l’apprentissage automatique et la traduction automatique statistique pour entraîner et mettre à jour en continu un algorithme en constante évolution et hautement contextuel. Le vérificateur orthographique repose sur un important recueil de documents et de recherches sur le web. |
S’applique à
Azure SDK for .NET