google_api_jobs v0.6.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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.