次の方法で共有


ImagesImageMetadata コンストラクター

定義

オーバーロード

ImagesImageMetadata()

ImagesImageMetadata クラスの新しいインスタンスを初期化します。

ImagesImageMetadata(Nullable<Int32>, Nullable<Int32>, AggregateOffer)

ImagesImageMetadata クラスの新しいインスタンスを初期化します。

ImagesImageMetadata()

ImagesImageMetadata クラスの新しいインスタンスを初期化します。

public ImagesImageMetadata ();
Public Sub New ()

適用対象

ImagesImageMetadata(Nullable<Int32>, Nullable<Int32>, AggregateOffer)

ImagesImageMetadata クラスの新しいインスタンスを初期化します。

public ImagesImageMetadata (int? shoppingSourcesCount = default, int? recipeSourcesCount = default, Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.AggregateOffer aggregateOffer = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImagesImageMetadata : Nullable<int> * Nullable<int> * Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.AggregateOffer -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImagesImageMetadata
Public Sub New (Optional shoppingSourcesCount As Nullable(Of Integer) = Nothing, Optional recipeSourcesCount As Nullable(Of Integer) = Nothing, Optional aggregateOffer As AggregateOffer = Nothing)

パラメーター

shoppingSourcesCount
Nullable<Int32>

画像に表示される製品の商品を提供する Web サイトの数。

recipeSourcesCount
Nullable<Int32>

画像に表示される食品のレシピを提供する Web サイトの数。

aggregateOffer
AggregateOffer

画像内にある製品のオンライン オファーの概要。 たとえば、画像がドレスの場合、オファーは最低価格と見つかったオファーの数を識別できます。 このフィールドには、視覚的に似た製品の分析情報のみが含まれます。 オファーには、Name、AggregateRating、OfferCount、LowPrice の各フィールドが含まれています。

適用対象