Share via


PivotSuggestions Constructors

Definition

Overloads

PivotSuggestions()

Initializes a new instance of the PivotSuggestions class.

PivotSuggestions(String, IList<Query>)

Initializes a new instance of the PivotSuggestions class.

PivotSuggestions()

Initializes a new instance of the PivotSuggestions class.

public PivotSuggestions ();
Public Sub New ()

Applies to

PivotSuggestions(String, IList<Query>)

Initializes a new instance of the PivotSuggestions class.

public PivotSuggestions (string pivot, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query> suggestions);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.PivotSuggestions : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.PivotSuggestions
Public Sub New (pivot As String, suggestions As IList(Of Query))

Parameters

pivot
String
suggestions
IList<Query>

Applies to