google_api_jobs v0.13.0 GoogleApi.Jobs.V2.Model.SpellingCorrection View Source

Output only.

Spell check result.

Attributes

  • corrected (type: boolean(), default: nil) - Indicates if the query was corrected by the spell checker.
  • correctedText (type: String.t, default: nil) - Correction output consisting of the corrected keyword string.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V2.Model.SpellingCorrection{
  corrected: boolean(),
  correctedText: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.