Share via


OcrRegion.Lines Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to