Share via


ImagesImageMetadata.AggregateOffer Property

Definition

Gets a summary of the online offers of products found in the image. For example, if the image is of a dress, the offer might identify the lowest price and the number of offers found. Only visually similar products insights include this field. The offer includes the following fields: Name, AggregateRating, OfferCount, and LowPrice.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to