View Source GoogleApi.CustomSearch.V1.Model.SearchSpelling (google_api_custom_search v0.22.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.