Compartir a través de


ImagesImageMetadata.AggregateOffer Propiedad

Definición

Obtiene un resumen de las ofertas en línea de productos que se encuentran en la imagen. Por ejemplo, si la imagen es de un vestido, la oferta podría identificar el precio más bajo y el número de ofertas encontradas. La información de productos visualmente similar incluye este campo. La oferta incluye los siguientes campos: Name, AggregateRating, OfferCount y 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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a