다음을 통해 공유


AnalyzeResults.ReadResults Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to