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-03-21 UTC."],[[["This document outlines the `SpellingCorrection` class, which is part of the Google Cloud Talent V4 API, specifically within version 1.4.0 of the documentation."],["The `SpellingCorrection` class is designed to represent the results of a spell check operation, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Corrected`, `CorrectedHtml`, and `CorrectedText` to indicate if corrections were made, display the corrected text with HTML highlighting, and provide the corrected string, respectively."],["There 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."],["This class can be instantiated using a default constructor `SpellingCorrection()`, or a copy constructor `SpellingCorrection(SpellingCorrection other)`."]]],[]]