Compartir a través de


ImageTagCreateBatch.Tags Propiedad

Definición

Obtiene o establece las entradas de etiqueta de imagen que se van a incluir en este lote.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a