SpellingFlaggedToken.Suggestions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="suggestions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.SpellingTokenSuggestion> Suggestions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="suggestions")>]
member this.Suggestions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.SpellingTokenSuggestion>
Public ReadOnly Property Suggestions As IList(Of SpellingTokenSuggestion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to