Share via


TrendingVideosCategory Constructors

Definition

Overloads

TrendingVideosCategory()

Initializes a new instance of the TrendingVideosCategory class.

TrendingVideosCategory(String, IList<TrendingVideosSubcategory>)

Initializes a new instance of the TrendingVideosCategory class.

TrendingVideosCategory()

Initializes a new instance of the TrendingVideosCategory class.

public TrendingVideosCategory ();
Public Sub New ()

Applies to

TrendingVideosCategory(String, IList<TrendingVideosSubcategory>)

Initializes a new instance of the TrendingVideosCategory class.

public TrendingVideosCategory (string title, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosSubcategory> subcategories);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosCategory : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosSubcategory> -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.TrendingVideosCategory
Public Sub New (title As String, subcategories As IList(Of TrendingVideosSubcategory))

Parameters

title
String

Applies to