SearchResponse.SpellSuggestions Property

Definition

Gets the query string that likely represents the user's intent.

[Newtonsoft.Json.JsonProperty(PropertyName="spellSuggestions")]
public Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SpellSuggestions SpellSuggestions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="spellSuggestions")>]
member this.SpellSuggestions : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SpellSuggestions
Public ReadOnly Property SpellSuggestions As SpellSuggestions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to