你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Places 类

定义

定义本地实体答案。

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

构造函数

Places()

初始化 Places 类的新实例。

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

初始化 Places 类的新实例。

属性

FollowUpQueries

定义本地实体答案。

(继承自 Answer)
Id

获取字符串标识符。

(继承自 Identifiable)
IsFamilyFriendly

定义本地实体答案。

(继承自 SearchResultsAnswer)
QueryContext

定义本地实体答案。

(继承自 SearchResultsAnswer)
TotalEstimatedMatches

获取与查询相关的估计网页数。 将此数字与 count 和 offset 查询参数一起用于对结果进行分页。

(继承自 SearchResultsAnswer)
Value

获取或设置本地实体的列表,例如餐馆或酒店。

WebSearchUrl

获取此项目的必应搜索结果的 URL。

(继承自 Response)

方法

Validate()

验证 对象。

适用于