Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.SafeSearch
-
Packages that use SafeSearch Package Description com.microsoft.azure.cognitiveservices.search.customsearch This package contains the classes for BingCustomSearchAPI.com.microsoft.azure.cognitiveservices.search.customsearch.implementation This package contains the implementation classes for BingCustomSearchAPI.com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of SafeSearch in com.microsoft.azure.cognitiveservices.search.customsearch
Methods in com.microsoft.azure.cognitiveservices.search.customsearch with parameters of type SafeSearch Modifier and Type Method Description BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithExecuteBingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithAllOptions. withSafeSearch(SafeSearch safeSearch)A filter used to filter adult content. -
Uses of SafeSearch in com.microsoft.azure.cognitiveservices.search.customsearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation with parameters of type SafeSearch Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponse<SearchResponse>>BingCustomInstancesImpl. searchWithServiceResponseAsync(long customConfig, String query, String acceptLanguage, String userAgent, String clientId, String clientIp, String location, String countryCode, Integer count, String market, Integer offset, SafeSearch safeSearch, String setLang, Boolean textDecorations, TextFormat textFormat)The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. -
Uses of SafeSearch in com.microsoft.azure.cognitiveservices.search.customsearch.models
Fields in com.microsoft.azure.cognitiveservices.search.customsearch.models declared as SafeSearch Modifier and Type Field Description static SafeSearchSafeSearch. MODERATEStatic value Moderate for SafeSearch.static SafeSearchSafeSearch. OFFStatic value Off for SafeSearch.static SafeSearchSafeSearch. STRICTStatic value Strict for SafeSearch.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return SafeSearch Modifier and Type Method Description static SafeSearchSafeSearch. fromString(String name)Creates or finds a SafeSearch from its string representation.SafeSearchSearchOptionalParameter. safeSearch()Get the safeSearch value.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return types with arguments of type SafeSearch Modifier and Type Method Description static Collection<SafeSearch>SafeSearch. values()Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models with parameters of type SafeSearch Modifier and Type Method Description SearchOptionalParameterSearchOptionalParameter. withSafeSearch(SafeSearch safeSearch)Set the safeSearch value.
-