你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImagesImageMetadata.AggregateOffer 属性

定义

获取图像中找到的产品在线套餐的摘要。 例如,如果图像是连衣裙,则产品/服务可能会标识最低价格和找到的产品/服务数量。 只有视觉上相似的产品见解才包含此字段。 产品/服务包括以下字段:Name、AggregateRating、OfferCount 和 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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于