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"]],[["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."],[[["The document provides reference documentation for the `SpellingCorrection` class within the Google Cloud Talent Solution v4 API, specifically version 2.2.0, and also provides links to prior versions."],["The `SpellingCorrection` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `SpellingCorrection` class offers three primary properties: `Corrected` (a boolean indicating if spell correction occurred), `CorrectedHtml` (a string with HTML-tagged corrected words), and `CorrectedText` (a string containing the corrected text)."],["`SpellingCorrection` has two constructors, a default constructor `SpellingCorrection()` and another that takes a `SpellingCorrection` parameter as input to clone it, `SpellingCorrection(SpellingCorrection other)`."],["The class inherits base methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` base class."]]],[]]