TrendingVideosCategory Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. videosearch. models. TrendingVideosCategory
- com.
public class TrendingVideosCategory
The TrendingVideosCategory model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Trending |
subcategories()
Get the subcategories value. |
String |
title()
Get the title value. |
Trending |
withSubcategories(List<TrendingVideosSubcategory> subcategories)
Set the subcategories value. |
Trending |
withTitle(String title)
Set the title value. |
Method Details
subcategories
public List
Get the subcategories value.
Returns:
the subcategories value
title
public String title()
Get the title value.
Returns:
the title value
withSubcategories
public TrendingVideosCategory withSubcategories(List
Set the subcategories value.
Parameters:
subcategories
- the subcategories value to set
Returns:
the TrendingVideosCategory object itself.
withTitle
public TrendingVideosCategory withTitle(String title)
Set the title value.
Parameters:
title
- the title value to set
Returns:
the TrendingVideosCategory object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java