Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoResolution
-
Packages that use VideoResolution 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 VideoResolution in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type VideoResolution Modifier and Type Method Description BingVideos.BingVideosDetailsDefinitionStages.WithExecuteBingVideos.BingVideosDetailsDefinitionStages.WithAllOptions. withResolution(VideoResolution resolution)Filter videos by the following resolutions: SD480p: Return videos with a 480p or higher resolution.BingVideos.BingVideosSearchDefinitionStages.WithExecuteBingVideos.BingVideosSearchDefinitionStages.WithAllOptions. withResolution(VideoResolution resolution)Filter videos by the following resolutions: SD480p: Return videos with a 480p or higher resolution. -
Uses of VideoResolution in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type VideoResolution Modifier and Type Method Description 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.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. -
Uses of VideoResolution in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideoResolution Modifier and Type Method Description static VideoResolutionVideoResolution. fromString(String value)Parses a serialized value to a VideoResolution instance.VideoResolutionDetailsOptionalParameter. resolution()Get the resolution value.VideoResolutionSearchOptionalParameter. resolution()Get the resolution value.static VideoResolutionVideoResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoResolution[]VideoResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models with parameters of type VideoResolution Modifier and Type Method Description DetailsOptionalParameterDetailsOptionalParameter. withResolution(VideoResolution resolution)Set the resolution value.SearchOptionalParameterSearchOptionalParameter. withResolution(VideoResolution resolution)Set the resolution value.
-