Condividi tramite


ImageTagCreateBatch.Tags Property

Definition

Gets or sets image Tag entries to include in this batch.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to