Share via


ImageTagsModule.Value Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag> Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag> with get, set
Public Property Value As IList(Of InsightsTag)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to