SearchResultsAnswer Class
Defines a search result answer.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: Images
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.imagesearch.models._models_py3.AnswerSearchResultsAnswer
Constructor
SearchResultsAnswer(**kwargs)
Parameters
Variables
- id
- str
A String identifier.
- read_link
- str
The URL that returns this resource.
- web_search_url
- str
The URL To Bing's search result for this item.
- 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.
Feedback
Submit and view feedback for