Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoDetails
-
Packages that use VideoDetails 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. -
-
Uses of VideoDetails in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch that return VideoDetails Modifier and Type Method Description VideoDetailsBingVideos. details(String query, DetailsOptionalParameter detailsOptionalParameter)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.VideoDetailsBingVideos.BingVideosDetailsDefinitionStages.WithExecute. execute()Execute the request.Methods in com.microsoft.azure.cognitiveservices.search.videosearch that return types with arguments of type VideoDetails Modifier and Type Method Description rx.Observable<VideoDetails>BingVideos. detailsAsync(String query, DetailsOptionalParameter detailsOptionalParameter)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.rx.Observable<VideoDetails>BingVideos.BingVideosDetailsDefinitionStages.WithExecute. executeAsync()Execute the request asynchronously. -
Uses of VideoDetails in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation that return VideoDetails Modifier and Type Method Description VideoDetailsBingVideosImpl. details(String query, DetailsOptionalParameter detailsOptionalParameter)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation that return types with arguments of type VideoDetails Modifier and Type Method Description rx.Observable<VideoDetails>BingVideosImpl. detailsAsync(String query, DetailsOptionalParameter detailsOptionalParameter)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.com.microsoft.rest.ServiceFuture<VideoDetails>BingVideosImpl. detailsAsync(String query, DetailsOptionalParameter detailsOptionalParameter, com.microsoft.rest.ServiceCallback<VideoDetails> serviceCallback)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.rx.Observable<com.microsoft.rest.ServiceResponse<VideoDetails>>BingVideosImpl. detailsWithServiceResponseAsync(String query, DetailsOptionalParameter detailsOptionalParameter)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.rx.Observable<com.microsoft.rest.ServiceResponse<VideoDetails>>BingVideosImpl. detailsWithServiceResponseAsync(String query, String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, String id, List<VideoInsightModule> modules, String market, VideoResolution resolution, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.Method parameters in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with type arguments of type VideoDetails Modifier and Type Method Description com.microsoft.rest.ServiceFuture<VideoDetails>BingVideosImpl. detailsAsync(String query, DetailsOptionalParameter detailsOptionalParameter, com.microsoft.rest.ServiceCallback<VideoDetails> serviceCallback)The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos.
-