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."],[[["This document provides reference documentation for the `SpellingCorrection` class within the Google Cloud Talent Solution v4 API, specifically for version 2.5.0."],["The `SpellingCorrection` class represents the results of a spell check operation, indicating whether a query was corrected and providing the corrected text."],["It includes properties such as `Corrected` (a boolean indicating correction status), `CorrectedHtml` (the corrected output with HTML tags for highlighting), and `CorrectedText` (the plain text of the corrected keyword string)."],["The document also lists available versions of the API, ranging from 1.0.0 to the latest version, 2.7.0, and details the class's inheritance and implemented interfaces."],["The document includes information on the `SpellingCorrection` class constructors, including a parameter named `other`."]]],[]]