Share via


ImageInsights.ImageTags Property

Definition

Gets a list of characteristics of the content found in the image. For example, if the image is of a person, the tags might indicate the person's gender and the type of clothes they're wearing.

[Newtonsoft.Json.JsonProperty(PropertyName="imageTags")]
public Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageTagsModule ImageTags { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageTags")>]
member this.ImageTags : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageTagsModule
Public ReadOnly Property ImageTags As ImageTagsModule

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to