BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithText Interface
public interface WithText
The stage of the definition to be specify text.
Method Summary
Modifier and Type | Method and Description |
---|---|
BingSpellCheckOperationsSpellCheckerDefinitionStages.WithExecute |
withText(String text)
The text string to check for spelling and grammar errors. The combined length of the text string, preContextText string, and postContextText string may not exceed 10,000 characters. You may specify this parameter in the query string of a GET request or in the body of a POST request. Because of the query string length limit, you'll typically use a POST request unless you're checking only short strings. |
Method Details
withText
public BingSpellCheckOperationsSpellCheckerDefinitionStages.WithExecute withText(String text)
The text string to check for spelling and grammar errors. The combined length of the text string, preContextText string, and postContextText string may not exceed 10,000 characters. You may specify this parameter in the query string of a GET request or in the body of a POST request. Because of the query string length limit, you'll typically use a POST request unless you're checking only short strings.
Parameters:
Returns:
Applies to
Azure SDK for Java