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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides documentation for the `SpellingCorrection` class within the `Google.Cloud.Talent.V4Beta1` namespace, specifically for version 2.0.0-beta07 and includes the most recent version."],["The `SpellingCorrection` class, used for spell check results, inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `SpellingCorrection()` and `SpellingCorrection(SpellingCorrection other)`, where the latter allows for the creation of a new instance based on an existing `SpellingCorrection` object."],["The `SpellingCorrection` class offers three properties: `Corrected` which indicates if the query was corrected, `CorrectedHtml` that displays the corrected output with HTML tags, and `CorrectedText` that represents the corrected keyword string."]]],[]]