Places Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET