다음을 통해 공유


ImageKnowledge.Tags Property

Definition

Gets a list of visual search tags.

[Newtonsoft.Json.JsonProperty(PropertyName="tags")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTag> Tags { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]
member this.Tags : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTag>
Public ReadOnly Property Tags As IList(Of ImageTag)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to