com.microsoft.azure.cognitiveservices.search.autosuggest
This package contains the classes for BingAutoSuggestSearchAPI. The AutoSuggest Search API lets you send a search query to Bing and get back a list of news that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request news and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the web for AutoSuggest](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference).
Classes
BingAutoSuggestSearchManager |
Entry point to Azure Cognitive Services Bing Auto Suggest Search manager. |
Interfaces
BingAutoSuggestSearch |
An instance of this class provides access to all the operations defined in BingAutoSuggestSearch. |
BingAutoSuggestSearchAPI |
The interface for BingAutoSuggestSearchAPI class. |
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinition |
The entirety of autoSuggest definition. |
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages |
Grouping of autoSuggest definition stages. |
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithQuery |
The stage of the definition to be specify query. |
Azure SDK for Java