次の方法で共有


Images.QueryExpansions プロパティ

定義

元のクエリを絞り込む展開されたクエリの一覧を取得します。 たとえば「Microsoft Surface」というクエリは、Microsoft Surface Pro 3、Microsoft Surface RT、Microsoft Surface Phone、Microsoft Surface Hub に展開される可能性があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象