PredictionQueryResult.Results Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="results")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.StoredImagePrediction> Results { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="results")>]
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.StoredImagePrediction>
Public ReadOnly Property Results As IList(Of StoredImagePrediction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to