SpellCheckResponse

  • auto_spelling_correction
    Type: boolean · Auto Spelling Correction
    required

    Whether Miso has automatically corrected the misspelled search query. When this field is true, the search result is based on the corrected spelling in the corrected_query field instead of users' original search query.

  • corrected_query
    Type: string · Corrected Query
    required

    The corrected spelling suggested by Miso. If no spelling error is detected, this will be the same as original_query

  • corrected_query_with_markups
    Type: string · Corrected Query With Markups
    required

    The corrected spelling suggested by Miso where the revised tokens are surrounded by the tags.

  • original_query
    Type: string · Original Query
    required

    Original query string

  • original_query_with_markups
    Type: string · Original Query With Markups
    required

    Original query with the spelling errors (if any) surrounded by the tags

  • spelling_errors
    Type: boolean · Spelling Errors
    required

    Whether Miso detects any spelling errors.