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 latest version available for the Google Cloud Talent Solution v4 API is 2.7.0, while the current version being documented here is 2.4.0."],["The `SpellingCorrection` class, part of the `Google.Cloud.Talent.V4` namespace, provides spell check result functionalities within the API."],["The `SpellingCorrection` class, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offers properties to determine if the query was corrected, along with the corrected output in both plain text and HTML formats."],["There are multiple prior versions of the Google Cloud Talent Solution v4 API, including version numbers 2.6.0, 2.5.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0, all with their own documentation link."]]],[]]