Share via


OcrLine.Words Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to