Response Objects

# SpellCheckSearchApiResponse

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

Field Type Description
type "spellcheck" The type of search api result. The value is always spellcheck.
query Query Spell check search query string. Only the original query is returned
results list [ SpellCheckResult ] The list of spell checked for given query.

# Query

A model representing information gathered around the requested query.

Field Type Description
original string The original query that was requested.

# SpellCheckResult

Spell checked query result.

Field Type Description
query string The spell corrected query.