ImagesImageMetadata Constructors
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.
Overloads
ImagesImageMetadata() |
Initializes a new instance of the ImagesImageMetadata class. |
ImagesImageMetadata(Nullable<Int32>, Nullable<Int32>, AggregateOffer) |
Initializes a new instance of the ImagesImageMetadata class. |
ImagesImageMetadata()
Initializes a new instance of the ImagesImageMetadata class.
public ImagesImageMetadata ();
Public Sub New ()
Applies to
ImagesImageMetadata(Nullable<Int32>, Nullable<Int32>, AggregateOffer)
Initializes a new instance of the ImagesImageMetadata class.
public ImagesImageMetadata (int? shoppingSourcesCount = default, int? recipeSourcesCount = default, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.AggregateOffer aggregateOffer = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImagesImageMetadata : Nullable<int> * Nullable<int> * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.AggregateOffer -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImagesImageMetadata
Public Sub New (Optional shoppingSourcesCount As Nullable(Of Integer) = Nothing, Optional recipeSourcesCount As Nullable(Of Integer) = Nothing, Optional aggregateOffer As AggregateOffer = Nothing)
Parameters
The number of websites that sell the products seen in the image.
The number of websites that offer recipes of the food seen in the image.
- aggregateOffer
- AggregateOffer
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.
Applies to
Azure SDK for .NET