Share via


PredictionQueryToken.Tags Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to