class Google::Apis::JobsV3p1beta1::SpellingCorrection
Output only. Spell check result.
Attributes
corrected[RW]
Indicates if the query was corrected by the spell checker. Corresponds to the JSON property `corrected` @return [Boolean]
corrected?[RW]
Indicates if the query was corrected by the spell checker. Corresponds to the JSON property `corrected` @return [Boolean]
corrected_text[RW]
Correction output consisting of the corrected keyword string. Corresponds to the JSON property `correctedText` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 2755 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 2760 def update!(**args) @corrected = args[:corrected] if args.key?(:corrected) @corrected_text = args[:corrected_text] if args.key?(:corrected_text) end