TrendingVideos Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. videosearch. models. TrendingVideos
- com.
public class TrendingVideos extends Response
The TrendingVideos model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Trending |
bannerTiles()
Get the bannerTiles value. |
List<Trending |
categories()
Get the categories value. |
Trending |
withBannerTiles(List<TrendingVideosTile> bannerTiles)
Set the bannerTiles value. |
Trending |
withCategories(List<TrendingVideosCategory> categories)
Set the categories value. |
Inherited Members
Method Details
bannerTiles
public List
Get the bannerTiles value.
Returns:
the bannerTiles value
categories
public List
Get the categories value.
Returns:
the categories value
withBannerTiles
public TrendingVideos withBannerTiles(List
Set the bannerTiles value.
Parameters:
bannerTiles
- the bannerTiles value to set
Returns:
the TrendingVideos object itself.
withCategories
public TrendingVideos withCategories(List
Set the categories value.
Parameters:
categories
- the categories value to set
Returns:
the TrendingVideos 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