BingSpellCheckOperations Interface
public interface BingSpellCheckOperations
An instance of this class provides access to all the operations defined in BingSpellCheckOperations.
Method Summary
Modifier and Type | Method and Description |
---|---|
BingSpellCheckOperationsSpellCheckerDefinitionStages.WithText |
spellChecker()
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. |
Spell |
spellChecker(String text, SpellCheckerOptionalParameter spellCheckerOptionalParameter)
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. |
Observable<Spell |
spellCheckerAsync(String text, SpellCheckerOptionalParameter spellCheckerOptionalParameter)
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. |
Method Details
spellChecker
public BingSpellCheckOperationsSpellCheckerDefinitionStages.WithText spellChecker()
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.
Returns:
spellChecker
public SpellCheck spellChecker(String text, SpellCheckerOptionalParameter spellCheckerOptionalParameter)
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.
Parameters:
Returns:
Throws:
spellCheckerAsync
public Observable
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.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java