Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoPricing
-
Packages that use VideoPricing 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 VideoPricing in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type VideoPricing Modifier and Type Method Description BingVideos.BingVideosSearchDefinitionStages.WithExecuteBingVideos.BingVideosSearchDefinitionStages.WithAllOptions. withPricing(VideoPricing pricing)Filter videos by the following pricing options: Free: Return videos that are free to view. -
Uses of VideoPricing in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type VideoPricing Modifier and Type Method Description 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 VideoPricing in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideoPricing Modifier and Type Method Description static VideoPricingVideoPricing. fromString(String value)Parses a serialized value to a VideoPricing instance.VideoPricingSearchOptionalParameter. pricing()Get the pricing value.static VideoPricingVideoPricing. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoPricing[]VideoPricing. 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 VideoPricing Modifier and Type Method Description SearchOptionalParameterSearchOptionalParameter. withPricing(VideoPricing pricing)Set the pricing value.
-