Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoLength
-
Packages that use VideoLength 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 VideoLength in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type VideoLength Modifier and Type Method Description BingVideos.BingVideosSearchDefinitionStages.WithExecuteBingVideos.BingVideosSearchDefinitionStages.WithAllOptions. withLength(VideoLength length)Filter videos by the following lengths: Short: Return videos that are less than 5 minutes. -
Uses of VideoLength in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type VideoLength 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 VideoLength in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideoLength Modifier and Type Method Description static VideoLengthVideoLength. fromString(String value)Parses a serialized value to a VideoLength instance.VideoLengthSearchOptionalParameter. length()Get the length value.static VideoLengthVideoLength. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoLength[]VideoLength. 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 VideoLength Modifier and Type Method Description SearchOptionalParameterSearchOptionalParameter. withLength(VideoLength length)Set the length value.
-