Bagikan melalui


Places Class

Definition

Defines a local entity answer.

public class Places : Microsoft.Azure.CognitiveServices.Search.EntitySearch.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, IList<ContractualRulesContractualRule>, String, QueryContext)

Initializes a new instance of the Places class.

Properties

ContractualRules

Gets a list of rules that you must adhere to if you display the item.

(Inherited from Response)
Id

Gets a String identifier.

(Inherited from Identifiable)
QueryContext (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