Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideosModel
-
Packages that use VideosModel 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 VideosModel in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch that return VideosModel Modifier and Type Method Description VideosModelBingVideos.BingVideosSearchDefinitionStages.WithExecute. execute()Execute the request.VideosModelBingVideos. search(String query, SearchOptionalParameter searchOptionalParameter)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.Methods in com.microsoft.azure.cognitiveservices.search.videosearch that return types with arguments of type VideosModel Modifier and Type Method Description rx.Observable<VideosModel>BingVideos.BingVideosSearchDefinitionStages.WithExecute. executeAsync()Execute the request asynchronously.rx.Observable<VideosModel>BingVideos. searchAsync(String query, SearchOptionalParameter searchOptionalParameter)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query. -
Uses of VideosModel in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation that return VideosModel Modifier and Type Method Description VideosModelBingVideosImpl. search(String query, SearchOptionalParameter searchOptionalParameter)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation that return types with arguments of type VideosModel Modifier and Type Method Description rx.Observable<VideosModel>BingVideosImpl. searchAsync(String query, SearchOptionalParameter searchOptionalParameter)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.com.microsoft.rest.ServiceFuture<VideosModel>BingVideosImpl. searchAsync(String query, SearchOptionalParameter searchOptionalParameter, com.microsoft.rest.ServiceCallback<VideosModel> serviceCallback)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.rx.Observable<com.microsoft.rest.ServiceResponse<VideosModel>>BingVideosImpl. searchWithServiceResponseAsync(String query, SearchOptionalParameter searchOptionalParameter)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.rx.Observable<com.microsoft.rest.ServiceResponse<VideosModel>>BingVideosImpl. searchWithServiceResponseAsync(String query, String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, Integer count, Freshness freshness, String id, VideoLength length, String market, Integer offset, VideoPricing pricing, VideoResolution resolution, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with type arguments of type VideosModel Modifier and Type Method Description com.microsoft.rest.ServiceFuture<VideosModel>BingVideosImpl. searchAsync(String query, SearchOptionalParameter searchOptionalParameter, com.microsoft.rest.ServiceCallback<VideosModel> serviceCallback)The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query. -
Uses of VideosModel in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideosModel Modifier and Type Method Description VideosModelVideosModel. withValue(List<VideoObject> value)Set the value value.
-