ImageRegionCreateBatch.Regions Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to