google_api_custom_search v0.14.1 GoogleApi.CustomSearch.V1.Model.SearchSpelling View Source

Spell correction information for a query.

Attributes

  • correctedQuery (type: String.t, default: nil) - The corrected query.
  • htmlCorrectedQuery (type: String.t, default: nil) - The corrected query, formatted in HTML.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CustomSearch.V1.Model.SearchSpelling{
  correctedQuery: String.t(),
  htmlCorrectedQuery: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.