Class SpellingCorrection
Spell check result.
Implements
Inherited Members
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 |