Class Search.SpellingData
Spell correction information for a query.
Inherited Members
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Search.SpellingData
Properties
CorrectedQuery
The corrected query.
Declaration
[JsonProperty("correctedQuery")]
public virtual string CorrectedQuery { get; set; }
Property Value
Type | Description |
---|---|
string |
HtmlCorrectedQuery
The corrected query, formatted in HTML.
Declaration
[JsonProperty("htmlCorrectedQuery")]
public virtual string HtmlCorrectedQuery { get; set; }
Property Value
Type | Description |
---|---|
string |