Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideos
-
Packages that use TrendingVideos Package Description com.microsoft.azure.cognitiveservices.search.videosearch This package contains the classes for BingVideoSearchAPI.com.microsoft.azure.cognitiveservices.search.videosearch.implementation This package contains the implementation classes for BingVideoSearchAPI.com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of TrendingVideos in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch that return TrendingVideos Modifier and Type Method Description TrendingVideosBingVideos.BingVideosTrendingDefinitionStages.WithExecute. execute()Execute the request.TrendingVideosBingVideos. trending(TrendingOptionalParameter trendingOptionalParameter)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others.Methods in com.microsoft.azure.cognitiveservices.search.videosearch that return types with arguments of type TrendingVideos Modifier and Type Method Description rx.Observable<TrendingVideos>BingVideos.BingVideosTrendingDefinitionStages.WithExecute. executeAsync()Execute the request asynchronously.rx.Observable<TrendingVideos>BingVideos. trendingAsync(TrendingOptionalParameter trendingOptionalParameter)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. -
Uses of TrendingVideos in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation that return TrendingVideos Modifier and Type Method Description TrendingVideosBingVideosImpl. trending(TrendingOptionalParameter trendingOptionalParameter)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation that return types with arguments of type TrendingVideos Modifier and Type Method Description rx.Observable<TrendingVideos>BingVideosImpl. trendingAsync(TrendingOptionalParameter trendingOptionalParameter)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others.com.microsoft.rest.ServiceFuture<TrendingVideos>BingVideosImpl. trendingAsync(TrendingOptionalParameter trendingOptionalParameter, com.microsoft.rest.ServiceCallback<TrendingVideos> serviceCallback)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others.rx.Observable<com.microsoft.rest.ServiceResponse<TrendingVideos>>BingVideosImpl. trendingWithServiceResponseAsync(TrendingOptionalParameter trendingOptionalParameter)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others.rx.Observable<com.microsoft.rest.ServiceResponse<TrendingVideos>>BingVideosImpl. trendingWithServiceResponseAsync(String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, String market, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with type arguments of type TrendingVideos Modifier and Type Method Description com.microsoft.rest.ServiceFuture<TrendingVideos>BingVideosImpl. trendingAsync(TrendingOptionalParameter trendingOptionalParameter, com.microsoft.rest.ServiceCallback<TrendingVideos> serviceCallback)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. -
Uses of TrendingVideos in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return TrendingVideos Modifier and Type Method Description TrendingVideosTrendingVideos. withBannerTiles(List<TrendingVideosTile> bannerTiles)Set the bannerTiles value.TrendingVideosTrendingVideos. withCategories(List<TrendingVideosCategory> categories)Set the categories value.
-