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.ImageSearch.Models.Query> suggestions);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.PivotSuggestions : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.PivotSuggestions
Public Sub New (pivot As String, suggestions As IList(Of Query))
Parameters
- pivot
- String
The segment from the original query to pivot on.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET