ImageCreateSummary.Images Property

Definition

Gets list of the image creation results.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to