Share via


Places Class

Definition

Defines a local entity answer.

public class Places : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SearchResultsAnswer
type Places = class
    inherit SearchResultsAnswer
Public Class Places
Inherits SearchResultsAnswer
Inheritance

Constructors

Places()

Initializes a new instance of the Places class.

Places(IList<Thing>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the Places class.

Properties

FollowUpQueries (Inherited from Answer)
Id

Gets a String identifier.

(Inherited from Identifiable)
IsFamilyFriendly (Inherited from SearchResultsAnswer)
QueryContext (Inherited from SearchResultsAnswer)
TotalEstimatedMatches

Gets 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.

(Inherited from SearchResultsAnswer)
Value

Gets or sets a list of local entities, such as restaurants or hotels.

WebSearchUrl

Gets the URL To Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to