View Source GoogleApi.Jobs.V2.Model.SpellingCorrection (google_api_jobs v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.