public sealed class SpellingCorrection : IMessage<SpellingCorrection>, IEquatable<SpellingCorrection>, IDeepCloneable<SpellingCorrection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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-03-21 UTC."],[[["This documentation details the `SpellingCorrection` class within the Google Cloud Talent Solution v4beta1 API, specifically in version 3.0.0-beta04."],["The `SpellingCorrection` class is used to represent the results of a spell check operation, providing properties to identify if a correction was made, the corrected text, and the corrected text with HTML tags to show changes."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the Google Protobuf framework."],["The `SpellingCorrection` class provides two constructors, a default one and one that takes another `SpellingCorrection` instance to initialize its values."],["The class has 3 main properties, Corrected, CorrectedHtml, and CorrectedText, which allows users to access the boolean value of whether the input text had spelling errors, the corrected text with html tags to highlight changes, and the corrected text respectively."]]],[]]