Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.SearchResponse
-
Packages that use SearchResponse 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. -
-
Uses of SearchResponse in com.microsoft.azure.cognitiveservices.search.customsearch
Methods in com.microsoft.azure.cognitiveservices.search.customsearch that return SearchResponse Modifier and Type Method Description SearchResponseBingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithExecute. execute()Execute the request.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.Methods in com.microsoft.azure.cognitiveservices.search.customsearch that return types with arguments of type SearchResponse Modifier and Type Method Description rx.Observable<SearchResponse>BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithExecute. executeAsync()Execute the request asynchronously.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 SearchResponse in com.microsoft.azure.cognitiveservices.search.customsearch.implementation
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation that return SearchResponse 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.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.implementation that return types with arguments of type SearchResponse Modifier and Type Method Description 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.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.Method parameters in com.microsoft.azure.cognitiveservices.search.customsearch.implementation with type arguments of type SearchResponse Modifier and Type Method Description 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.
-