Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.SafeSearch
-
Packages that use SafeSearch 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 SafeSearch in com.microsoft.azure.cognitiveservices.search.videosearch
Methods in com.microsoft.azure.cognitiveservices.search.videosearch with parameters of type SafeSearch Modifier and Type Method Description BingVideos.BingVideosDetailsDefinitionStages.WithExecuteBingVideos.BingVideosDetailsDefinitionStages.WithAllOptions. withSafeSearch(SafeSearch safeSearch)Filter videos for adult content.BingVideos.BingVideosSearchDefinitionStages.WithExecuteBingVideos.BingVideosSearchDefinitionStages.WithAllOptions. withSafeSearch(SafeSearch safeSearch)Filter videos for adult content.BingVideos.BingVideosTrendingDefinitionStages.WithExecuteBingVideos.BingVideosTrendingDefinitionStages.WithAllOptions. withSafeSearch(SafeSearch safeSearch)Filter videos for adult content. -
Uses of SafeSearch in com.microsoft.azure.cognitiveservices.search.videosearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.implementation with parameters of type SafeSearch 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.rx.Observable<com.microsoft.rest.ServiceResponse<TrendingVideos>>BingVideosImpl. trendingWithServiceResponseAsync(String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, String market, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. -
Uses of SafeSearch in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return SafeSearch Modifier and Type Method Description static SafeSearchSafeSearch. fromString(String value)Parses a serialized value to a SafeSearch instance.SafeSearchDetailsOptionalParameter. safeSearch()Get the safeSearch value.SafeSearchSearchOptionalParameter. safeSearch()Get the safeSearch value.SafeSearchTrendingOptionalParameter. safeSearch()Get the safeSearch value.static SafeSearchSafeSearch. valueOf(String name)Returns the enum constant of this type with the specified name.static SafeSearch[]SafeSearch. 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 SafeSearch Modifier and Type Method Description DetailsOptionalParameterDetailsOptionalParameter. withSafeSearch(SafeSearch safeSearch)Set the safeSearch value.SearchOptionalParameterSearchOptionalParameter. withSafeSearch(SafeSearch safeSearch)Set the safeSearch value.TrendingOptionalParameterTrendingOptionalParameter. withSafeSearch(SafeSearch safeSearch)Set the safeSearch value.
-