OcrResult.Regions Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to