public sealed class SearchRequest.Types.SpellCorrectionSpec : IMessage<SearchRequest.Types.SpellCorrectionSpec>, IEquatable<SearchRequest.Types.SpellCorrectionSpec>, IDeepCloneable<SearchRequest.Types.SpellCorrectionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SearchRequest.Types.SpellCorrectionSpec.
public SearchRequest.Types.SpellCorrectionSpec.Types.Mode Mode { get; set; }
The mode under which spell correction should take effect to
replace the original search query. Default to
[Mode.AUTO][google.cloud.retail.v2.SearchRequest.SpellCorrectionSpec.Mode.AUTO].
[[["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-06-12 UTC."],[[["This document provides reference information for the `SearchRequest.Types.SpellCorrectionSpec` class within the Google.Cloud.Retail.V2 API, detailing its purpose in handling query spell correction."],["The latest version documented is 2.12.0, with a history of versions ranging back to 1.0.0, all linked to their respective documentation for `SearchRequest.Types.SpellCorrectionSpec`."],["`SearchRequest.Types.SpellCorrectionSpec` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration capabilities within the .NET framework."],["The class includes properties such as `Mode`, which is of type `SearchRequest.Types.SpellCorrectionSpec.Types.Mode`, allowing control over how spell correction is applied to search queries."],["The document provides the constructors for the class `SpellCorrectionSpec`, providing a basic constructor as well as a copy constructor that takes an already instantiated `SpellCorrectionSpec` object."]]],[]]