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

WebWebAnswer 类

定义

定义相关网页链接的列表。

[Newtonsoft.Json.JsonObject("Web/WebAnswer")]
public class WebWebAnswer : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SearchResultsAnswer
[<Newtonsoft.Json.JsonObject("Web/WebAnswer")>]
type WebWebAnswer = class
    inherit SearchResultsAnswer
Public Class WebWebAnswer
Inherits SearchResultsAnswer
继承
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

WebWebAnswer()

初始化 WebWebAnswer 类的新实例。

WebWebAnswer(IList<WebPage>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>)

初始化 WebWebAnswer 类的新实例。

属性

FollowUpQueries

定义相关网页链接的列表。

(继承自 Answer)
Id

获取字符串标识符。

(继承自 Identifiable)
IsFamilyFriendly

定义相关网页链接的列表。

(继承自 SearchResultsAnswer)
QueryContext

定义相关网页链接的列表。

(继承自 SearchResultsAnswer)
SomeResultsRemoved

获取一个布尔值,该值指示响应是否从答案中排除了某些结果。 如果必应排除了某些结果,则值为 true。

TotalEstimatedMatches

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

(继承自 SearchResultsAnswer)
Value

获取或设置与查询相关的网页列表。

WebSearchUrl

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

(继承自 Response)

方法

Validate()

验证 对象。

适用于