TrendingVideosTile 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
TrendingVideosTile() |
Initializes a new instance of the TrendingVideosTile class. |
TrendingVideosTile(Query, ImageObject) |
Initializes a new instance of the TrendingVideosTile class. |
TrendingVideosTile()
Initializes a new instance of the TrendingVideosTile class.
public TrendingVideosTile ();
Public Sub New ()
Applies to
TrendingVideosTile(Query, ImageObject)
Initializes a new instance of the TrendingVideosTile class.
public TrendingVideosTile (Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query query, Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ImageObject image);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosTile : Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Query * Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ImageObject -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosTile
Public Sub New (query As Query, image As ImageObject)
Parameters
- query
- Query
- image
- ImageObject
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET