ImageInsightsImageCaption.RelatedSearches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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