Places Class

Defines a local entity answer.

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.SearchResultsAnswer
Places

Constructor

Places(*, value, **kwargs)

Parameters

_type
str
Required

Required. Constant filled by server.

value
list[Thing]
Required

Required. A list of local entities, such as restaurants or hotels.

Variables

id
str

A String identifier.

web_search_url
str

The URL To Bing's search result for this item.

follow_up_queries
list[Query]
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