ImagesImageMetadata.AggregateOffer 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 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.ImageSearch.Models.AggregateOffer AggregateOffer { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aggregateOffer")>]
member this.AggregateOffer : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.AggregateOffer
Public ReadOnly Property AggregateOffer As AggregateOffer
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET