SearchResponse Class
Defines the top-level object that the response includes when the request succeeds.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.cognitiveservices.search.websearch.models._models_py3.ResponseSearchResponse
Constructor
SearchResponse(**kwargs)
Parameters
Variables
- id
- str
A String identifier.
- web_search_url
- str
The URL To Bing's search result for this item.
- query_context
- QueryContext
An object that contains the query string that Bing used for the request. This object contains the query string as entered by the user. It may also contain an altered query string that Bing used for the query if the query string contained a spelling mistake.
- web_pages
- WebWebAnswer
A list of webpages that are relevant to the search query.
- images
- Images
A list of images that are relevant to the search query.
- news
- News
A list of news articles that are relevant to the search query.
- related_searches
- RelatedSearchesRelatedSearchAnswer
A list of related queries made by others.
- spell_suggestions
- SpellSuggestions
The query string that likely represents the user's intent.
- time_zone
- TimeZone
The date and time of one or more geographic locations.
- videos
- Videos
A list of videos that are relevant to the search query.
- computation
- Computation
The answer to a math expression or units conversion expression.
- ranking_response
- RankingRankingResponse
The order that Bing suggests that you display the search results in.
Feedback
Submit and view feedback for