Show / Hide Table of Contents

Class Search.SpellingData

Spell correction information for a query.

Inheritance
System.Object
Search.SpellingData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class SpellingData

Properties

CorrectedQuery

The corrected query.

Declaration
[JsonProperty("correctedQuery")]
public virtual string CorrectedQuery { get; set; }
Property Value
Type Description
System.String

HtmlCorrectedQuery

The corrected query, formatted in HTML.

Declaration
[JsonProperty("htmlCorrectedQuery")]
public virtual string HtmlCorrectedQuery { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top