Show / Hide Table of Contents

Class SpellingCorrection

Spell check result.

Inheritance
object
SpellingCorrection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class SpellingCorrection : IDirectResponseSchema

Properties

Corrected

Indicates if the query was corrected by the spell checker.

Declaration
[JsonProperty("corrected")]
public virtual bool? Corrected { get; set; }
Property Value
Type Description
bool?

CorrectedHtml

Corrected output with html tags to highlight the corrected words. Corrected words are called out with the "..." html tags. For example, the user input query is "software enginear", where the second word, "enginear," is incorrect. It should be "engineer". When spelling correction is enabled, this value is "software engineer".

Declaration
[JsonProperty("correctedHtml")]
public virtual string CorrectedHtml { get; set; }
Property Value
Type Description
string

CorrectedText

Correction output consisting of the corrected keyword string.

Declaration
[JsonProperty("correctedText")]
public virtual string CorrectedText { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX