Method | Description | |
---|---|---|
ConstructCorrectedTextFromResponse ( |
Reconstruct the corrected text from the spell check response and the original text
|
|
GetSuggestionsAsync ( string text, string preContextText = null, string postContextText = null, CheckMode checkMode = CheckMode.Proof ) : Task |
Get suggestions asynchronous.
|
|
SpellCheckClient ( string subscriptionKey ) : Newtonsoft.Json |
Initializes a new instance of the SpellCheckClient class.
|
public static ConstructCorrectedTextFromResponse ( |
||
response | spell check response | |
text | string | original text |
return | string |
public GetSuggestionsAsync ( string text, string preContextText = null, string postContextText = null, CheckMode checkMode = CheckMode.Proof ) : Task |
||
text | string | The text. |
preContextText | string | The pre context text. |
postContextText | string | The post context text. |
checkMode | CheckMode | |
return | Task |
public SpellCheckClient ( string subscriptionKey ) : Newtonsoft.Json | ||
subscriptionKey | string | The subscription Key. |
return | Newtonsoft.Json |