Image.Regions Property

Definition

Gets regions associated with this image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to