WebWebAnswer Class
Defines a list of relevant webpage links.
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.SearchResultsAnswerWebWebAnswer
Constructor
WebWebAnswer(*, value, **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
- total_estimated_matches
- <xref:long>
The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.
- is_family_friendly
- bool
- some_results_removed
- bool
A Boolean value that indicates whether the response excluded some results from the answer. If Bing excluded some results, the value is true.
Feedback
Submit and view feedback for