Spellcheck API

Response Objects

# SpellCheckSearchApiResponse

Top level response model for successful Spellcheck API requests. The API can also respond back with an error response based on invalid subscription keys and rate limit events.

FieldTypeDescription
type"spellcheck"The type of search api result. The value is always spellcheck.
queryQuerySpell check search query string. Only the original query is returned
resultslist [ SpellCheckResult ]The list of spell checked for given query.

# Query

A model representing information gathered around the requested query.

FieldTypeDescription
originalstringThe original query that was requested.

# SpellCheckResult

Spell checked query result.

FieldTypeDescription
querystringThe spell corrected query.