Share via


PivotSuggestions.Suggestions Property

Definition

Gets or sets a list of suggested queries for the pivot.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to