com.microsoft.azure.cognitiveservices.language.spellcheck
This package contains the classes for BingSpellCheckAPI. The Spell Check API - V7 lets you check a text string for spelling and grammar errors.
Classes
BingSpellCheckManager |
Entry point to Azure Cognitive Services Bing Spell Check manager. |
Interfaces
BingSpellCheckAPI |
The interface for BingSpellCheckAPI class. |
BingSpellCheckOperations |
An instance of this class provides access to all the operations defined in BingSpellCheckOperations. |
BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinition |
The entirety of spellChecker definition. |
BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages |
Grouping of spellChecker definition stages. |
BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithText |
The stage of the definition to be specify text. |
Azure SDK for Java