次の方法で共有


Action.Result プロパティ

定義

アクションで生成された結果を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="result")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Thing> Result { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="result")>]
member this.Result : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Thing>
Public ReadOnly Property Result As IList(Of Thing)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象