public sealed class SpellingCorrection : IMessage<SpellingCorrection>, IEquatable<SpellingCorrection>, IDeepCloneable<SpellingCorrection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class SpellingCorrection.
Corrected output with html tags to highlight the corrected words.
Corrected words are called out with the "<b><i>...</i></b>" html tags.
For example, the user input query is "software enginear", where the second
word, "enginear," is incorrect. It should be "engineer". When spelling
correction is enabled, this value is
"software <b><i>engineer</i></b>".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the Google Cloud Talent Solution v4 API for SpellingCorrection is 2.7.0, with the provided content demonstrating versions ranging from 1.0.0 to 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe SpellingCorrection class, part of the Google.Cloud.Talent.V4 namespace, provides functionality for spell check results, and it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eSpellingCorrection includes three key properties: Corrected (a boolean indicating if correction was applied), CorrectedHtml (a string with HTML tags highlighting corrected words), and CorrectedText (a string with the corrected keyword text).\u003c/p\u003e\n"],["\u003cp\u003eThere is two constructor available: \u003ccode\u003eSpellingCorrection()\u003c/code\u003e and \u003ccode\u003eSpellingCorrection(SpellingCorrection other)\u003c/code\u003e, allowing to create a new instance or a new instance based on another instance of the same class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpellingCorrection\u003c/code\u003e class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and it's members, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]