public sealed class SpellingCorrection : IMessage<SpellingCorrection>, IEquatable<SpellingCorrection>, IDeepCloneable<SpellingCorrection>, IBufferMessage, IMessage
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\u003eThis document outlines the \u003ccode\u003eSpellingCorrection\u003c/code\u003e class, which is part of the Google Cloud Talent V4 API, specifically within version 1.4.0 of the documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpellingCorrection\u003c/code\u003e class is designed to represent the results of a spell check operation, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eCorrected\u003c/code\u003e, \u003ccode\u003eCorrectedHtml\u003c/code\u003e, and \u003ccode\u003eCorrectedText\u003c/code\u003e to indicate if corrections were made, display the corrected text with HTML highlighting, and provide the corrected string, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this class, ranging from version 1.0.0 to 2.7.0 with 2.7.0 being the latest, and this document specifically details version 1.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class can be instantiated using a default constructor \u003ccode\u003eSpellingCorrection()\u003c/code\u003e, or a copy constructor \u003ccode\u003eSpellingCorrection(SpellingCorrection other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]