PivotSuggestions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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