Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideosTile
-
Packages that use TrendingVideosTile Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of TrendingVideosTile in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return TrendingVideosTile Modifier and Type Method Description TrendingVideosTileTrendingVideosTile. withImage(ImageObject image)Set the image value.TrendingVideosTileTrendingVideosTile. withQuery(Query query)Set the query value.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return types with arguments of type TrendingVideosTile Modifier and Type Method Description List<TrendingVideosTile>TrendingVideos. bannerTiles()Get the bannerTiles value.List<TrendingVideosTile>TrendingVideosSubcategory. tiles()Get the tiles value.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.models with type arguments of type TrendingVideosTile Modifier and Type Method Description TrendingVideosTrendingVideos. withBannerTiles(List<TrendingVideosTile> bannerTiles)Set the bannerTiles value.TrendingVideosSubcategoryTrendingVideosSubcategory. withTiles(List<TrendingVideosTile> tiles)Set the tiles value.
-