次の方法で共有


Images.SimilarTerms プロパティ

定義

ユーザーのクエリ用語と意味が似ている用語の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象