Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingOptionalParameter
-
Packages that use TrendingOptionalParameter 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 TrendingOptionalParameter in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type TrendingOptionalParameter Modifier and Type Method Description 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.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 TrendingOptionalParameter in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type TrendingOptionalParameter 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.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. -
Uses of TrendingOptionalParameter in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return TrendingOptionalParameter Modifier and Type Method Description TrendingOptionalParameterTrendingOptionalParameter. withAcceptLanguage(String acceptLanguage)Set the acceptLanguage value.TrendingOptionalParameterTrendingOptionalParameter. withClientId(String clientId)Set the clientId value.TrendingOptionalParameterTrendingOptionalParameter. withClientIp(String clientIp)Set the clientIp value.TrendingOptionalParameterTrendingOptionalParameter. withCountryCode(String countryCode)Set the countryCode value.TrendingOptionalParameterTrendingOptionalParameter. withLocation(String location)Set the location value.TrendingOptionalParameterTrendingOptionalParameter. withMarket(String market)Set the market value.TrendingOptionalParameterTrendingOptionalParameter. withSafeSearch(SafeSearch safeSearch)Set the safeSearch value.TrendingOptionalParameterTrendingOptionalParameter. withSetLang(String setLang)Set the setLang value.TrendingOptionalParameterTrendingOptionalParameter. withTextDecorations(Boolean textDecorations)Set the textDecorations value.TrendingOptionalParameterTrendingOptionalParameter. withTextFormat(TextFormat textFormat)Set the textFormat value.TrendingOptionalParameterTrendingOptionalParameter. withUserAgent(String userAgent)Set the userAgent value.
-