你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于