Compartir a través de


SpellSuggestions.Value Propiedad

Definición

Obtiene o establece una lista de cadenas de consulta sugeridas que pueden representar la intención del usuario. La lista contiene solo un objeto Query.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> with get, set
Public Property Value As IList(Of Query)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a