Share via


ImageInsightsImageCaption.RelatedSearches Property

Definition

Gets or sets a list of entities found in the caption. Use the contents of the Query object to find the entity in the caption and create a link. The link takes the user to images of the entity.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to