Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.Freshness
-
Packages that use Freshness 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 Freshness in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type Freshness Modifier and Type Method Description BingVideos.BingVideosSearchDefinitionStages.WithExecuteBingVideos.BingVideosSearchDefinitionStages.WithAllOptions. withFreshness(Freshness freshness)Filter videos by the date and time that Bing discovered the video. -
Uses of Freshness in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type Freshness 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 Freshness in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return Freshness Modifier and Type Method Description FreshnessSearchOptionalParameter. freshness()Get the freshness value.static FreshnessFreshness. fromString(String value)Parses a serialized value to a Freshness instance.static FreshnessFreshness. valueOf(String name)Returns the enum constant of this type with the specified name.static Freshness[]Freshness. 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 Freshness Modifier and Type Method Description SearchOptionalParameterSearchOptionalParameter. withFreshness(Freshness freshness)Set the freshness value.
-