Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.SearchOptionalParameter
-
Packages that use SearchOptionalParameter 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 SearchOptionalParameter in com.microsoft.azure.cognitiveservices.search.customsearch
Methods in com.microsoft.azure.cognitiveservices.search.customsearch with parameters of type SearchOptionalParameter Modifier and Type Method Description SearchResponseBingCustomInstances. search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)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.rx.Observable<SearchResponse>BingCustomInstances. searchAsync(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)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 SearchOptionalParameter in com.microsoft.azure.cognitiveservices.search.customsearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation with parameters of type SearchOptionalParameter Modifier and Type Method Description SearchResponseBingCustomInstancesImpl. search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)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.rx.Observable<SearchResponse>BingCustomInstancesImpl. searchAsync(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)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.com.microsoft.rest.ServiceFuture<SearchResponse>BingCustomInstancesImpl. searchAsync(long customConfig, String query, SearchOptionalParameter searchOptionalParameter, com.microsoft.rest.ServiceCallback<SearchResponse> serviceCallback)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.rx.Observable<com.microsoft.rest.ServiceResponse<SearchResponse>>BingCustomInstancesImpl. searchWithServiceResponseAsync(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)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 SearchOptionalParameter in com.microsoft.azure.cognitiveservices.search.customsearch.models
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return SearchOptionalParameter Modifier and Type Method Description SearchOptionalParameterSearchOptionalParameter. withAcceptLanguage(String acceptLanguage)Set the acceptLanguage value.SearchOptionalParameterSearchOptionalParameter. withClientId(String clientId)Set the clientId value.SearchOptionalParameterSearchOptionalParameter. withClientIp(String clientIp)Set the clientIp value.SearchOptionalParameterSearchOptionalParameter. withCount(Integer count)Set the count value.SearchOptionalParameterSearchOptionalParameter. withCountryCode(String countryCode)Set the countryCode value.SearchOptionalParameterSearchOptionalParameter. withLocation(String location)Set the location value.SearchOptionalParameterSearchOptionalParameter. withMarket(String market)Set the market value.SearchOptionalParameterSearchOptionalParameter. withOffset(Integer offset)Set the offset value.SearchOptionalParameterSearchOptionalParameter. withSafeSearch(SafeSearch safeSearch)Set the safeSearch value.SearchOptionalParameterSearchOptionalParameter. withSetLang(String setLang)Set the setLang value.SearchOptionalParameterSearchOptionalParameter. withTextDecorations(Boolean textDecorations)Set the textDecorations value.SearchOptionalParameterSearchOptionalParameter. withTextFormat(TextFormat textFormat)Set the textFormat value.SearchOptionalParameterSearchOptionalParameter. withUserAgent(String userAgent)Set the userAgent value.
-