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 Discovery Engine v1beta API class SearchRequest.Types.SpellCorrectionSpec.
public SearchRequest.Types.SpellCorrectionSpec.Types.Mode Mode { get; set; }
The mode under which spell correction
replaces the original search query. Defaults to
[Mode.AUTO][google.cloud.discoveryengine.v1beta.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 documentation for the `SearchRequest.Types.SpellCorrectionSpec` class within the Discovery Engine v1beta API."],["The `SpellCorrectionSpec` class defines the specification for how query spell correction should be handled in search requests."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances and a `Mode` property that determines how spell correction is applied to the search query, defaulting to `Mode.AUTO`."],["It is within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is found in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]