Share via


ReadResult.Lines Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to