次の方法で共有


ImageInsightsImageCaption.RelatedSearches プロパティ

定義

キャプションで見つかったエンティティの一覧を取得または設定します。 Query オブジェクトの内容を使用して、キャプション内のエンティティを検索し、リンクを作成します。 このリンクにより、ユーザーはエンティティのイメージに移動します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象