Share via


ImageObject.InsightsMetadata Property

Definition

Gets a count of the number of websites where you can shop or perform other actions related to the image. For example, if the image is of an apple pie, this object includes a count of the number of websites where you can buy an apple pie. To indicate the number of offers in your UX, include badging such as a shopping cart icon that contains the count. When the user clicks on the icon, use imageInisghtsToken to get the list of websites.

[Newtonsoft.Json.JsonProperty(PropertyName="insightsMetadata")]
public Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImagesImageMetadata InsightsMetadata { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="insightsMetadata")>]
member this.InsightsMetadata : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImagesImageMetadata
Public ReadOnly Property InsightsMetadata As ImagesImageMetadata

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to