ImagePrediction.Predictions プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象