Share via


RelatedCollectionsModule Constructors

Definition

Overloads

RelatedCollectionsModule()

Initializes a new instance of the RelatedCollectionsModule class.

RelatedCollectionsModule(IList<ImageGallery>)

Initializes a new instance of the RelatedCollectionsModule class.

RelatedCollectionsModule()

Initializes a new instance of the RelatedCollectionsModule class.

public RelatedCollectionsModule ();
Public Sub New ()

Applies to

RelatedCollectionsModule(IList<ImageGallery>)

Initializes a new instance of the RelatedCollectionsModule class.

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

Parameters

value
IList<ImageGallery>

A list of webpages that contain related images.

Applies to