Aracılığıyla paylaş


Image.Tags Property

Definition

Gets tags associated with this image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to