Share via


RelatedSearchesModule Constructors

Definition

Overloads

RelatedSearchesModule()

Initializes a new instance of the RelatedSearchesModule class.

RelatedSearchesModule(IList<Query>)

Initializes a new instance of the RelatedSearchesModule class.

RelatedSearchesModule()

Initializes a new instance of the RelatedSearchesModule class.

public RelatedSearchesModule ();
Public Sub New ()

Applies to

RelatedSearchesModule(IList<Query>)

Initializes a new instance of the RelatedSearchesModule class.

public RelatedSearchesModule (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Query> value = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.RelatedSearchesModule : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.RelatedSearchesModule
Public Sub New (Optional value As IList(Of Query) = Nothing)

Parameters

value
IList<Query>

A list of related searches.

Applies to