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

SearchResultsAnswer interface

表示 SearchResultsAnswer 的接口。

属性

followUpQueries

注意:此属性不会被序列化。 它只能由服务器填充。

id

字符串标识符。 注意:此属性不会被序列化。 它只能由服务器填充。

isFamilyFriendly

注意:此属性不会被序列化。 它只能由服务器填充。

queryContext

注意:此属性不会被序列化。 它只能由服务器填充。

totalEstimatedMatches

与查询相关的估计网页数。 使用此数字以及 count 和 offset 查询参数来对结果进行分页。 注意:此属性不会被序列化。 它只能由服务器填充。

webSearchUrl

必应对此项目的搜索结果的 URL。 注意:此属性不会被序列化。 它只能由服务器填充。

属性详细信息

followUpQueries

注意:此属性不会被序列化。 它只能由服务器填充。

followUpQueries?: Query[]

属性值

Query[]

id

字符串标识符。 注意:此属性不会被序列化。 它只能由服务器填充。

id?: string

属性值

string

isFamilyFriendly

注意:此属性不会被序列化。 它只能由服务器填充。

isFamilyFriendly?: boolean

属性值

boolean

queryContext

注意:此属性不会被序列化。 它只能由服务器填充。

queryContext?: QueryContext

属性值

totalEstimatedMatches

与查询相关的估计网页数。 使用此数字以及 count 和 offset 查询参数来对结果进行分页。 注意:此属性不会被序列化。 它只能由服务器填充。

totalEstimatedMatches?: number

属性值

number

webSearchUrl

必应对此项目的搜索结果的 URL。 注意:此属性不会被序列化。 它只能由服务器填充。

webSearchUrl?: string

属性值

string