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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpellingCorrection\u003c/code\u003e class in the Google Cloud Talent Solution v4beta1 API provides spell check results for text input.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpellingCorrection\u003c/code\u003e class offers properties to identify if a query was corrected (\u003ccode\u003eCorrected\u003c/code\u003e), provide corrected output with HTML tags (\u003ccode\u003eCorrectedHtml\u003c/code\u003e), and offer the corrected text (\u003ccode\u003eCorrectedText\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThere are different versions of the API available, with the latest version being \u003ccode\u003e3.0.0-beta06\u003c/code\u003e, and it implements various interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class SpellingCorrection (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.SpellingCorrection)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.SpellingCorrection)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.SpellingCorrection) \n\n public sealed class SpellingCorrection : IMessage\u003cSpellingCorrection\u003e, IEquatable\u003cSpellingCorrection\u003e, IDeepCloneable\u003cSpellingCorrection\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class SpellingCorrection.\n\nSpell check result. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SpellingCorrection \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SpellingCorrection](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.SpellingCorrection), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SpellingCorrection](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.SpellingCorrection), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SpellingCorrection](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.SpellingCorrection), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### SpellingCorrection()\n\n public SpellingCorrection()\n\n### SpellingCorrection(SpellingCorrection)\n\n public SpellingCorrection(SpellingCorrection other)\n\nProperties\n----------\n\n### Corrected\n\n public bool Corrected { get; set; }\n\nIndicates if the query was corrected by the spell checker.\n\n### CorrectedHtml\n\n public string CorrectedHtml { get; set; }\n\nCorrected output with html tags to highlight the corrected words.\nCorrected words are called out with the \"\\\u003cb\\\u003e\\\u003ci\\\u003e...\\\u003c/i\\\u003e\\\u003c/b\\\u003e\" html tags.\n\nFor example, the user input query is \"software enginear\", where the second\nword, \"enginear,\" is incorrect. It should be \"engineer\". When spelling\ncorrection is enabled, this value is\n\"software \\\u003cb\\\u003e\\\u003ci\\\u003eengineer\\\u003c/i\\\u003e\\\u003c/b\\\u003e\".\n\n### CorrectedText\n\n public string CorrectedText { get; set; }\n\nCorrection output consisting of the corrected keyword string."]]