Show / Hide Table of Contents

Class Search.SpellingData

Spell correction information for a query.

Inheritance
object
Search.SpellingData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX