ImageUrlCreateBatch.Images Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to