次の方法で共有


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

適用対象