BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithText Interface

public static interface BingSpellCheckOperations.BingSpellCheckOperationsSpellCheckerDefinitionStages.WithText

The stage of the definition to be specify text.

Method Summary

Modifier and Type Method and Description
abstract WithExecute withText(String text)

The text string to check for spelling and grammar errors.

Method Details

withText

public abstract BingSpellCheckOperations.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:

text

Returns:

next definition stage

Applies to