Share via


ImageTagsModule Constructors

Definition

Overloads

ImageTagsModule()

Initializes a new instance of the ImageTagsModule class.

ImageTagsModule(IList<InsightsTag>)

Initializes a new instance of the ImageTagsModule class.

ImageTagsModule()

Initializes a new instance of the ImageTagsModule class.

public ImageTagsModule ();
Public Sub New ()

Applies to

ImageTagsModule(IList<InsightsTag>)

Initializes a new instance of the ImageTagsModule class.

public ImageTagsModule (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag> value);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageTagsModule : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageTagsModule
Public Sub New (value As IList(Of InsightsTag))

Parameters

value
IList<InsightsTag>

A list of tags that describe the characteristics of the content found in the image. For example, if the image is of a musical artist, the list might include Female, Dress, and Music to indicate the person is female music artist that's wearing a dress.

Applies to