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 document provides reference documentation for the \u003ccode\u003eSpellingCorrection\u003c/code\u003e class within the Google Cloud Talent Solution v4 API, specifically version 2.2.0, and also provides links to prior versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpellingCorrection\u003c/code\u003e class is a sealed class that implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpellingCorrection\u003c/code\u003e class offers three primary properties: \u003ccode\u003eCorrected\u003c/code\u003e (a boolean indicating if spell correction occurred), \u003ccode\u003eCorrectedHtml\u003c/code\u003e (a string with HTML-tagged corrected words), and \u003ccode\u003eCorrectedText\u003c/code\u003e (a string containing the corrected text).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpellingCorrection\u003c/code\u003e has two constructors, a default constructor \u003ccode\u003eSpellingCorrection()\u003c/code\u003e and another that takes a \u003ccode\u003eSpellingCorrection\u003c/code\u003e parameter as input to clone it, \u003ccode\u003eSpellingCorrection(SpellingCorrection other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits base methods such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e from the \u003ccode\u003eObject\u003c/code\u003e base class.\u003c/p\u003e\n"]]],[],null,[]]