Share via


WebWebAnswer Class

Definition

Defines a list of relevant webpage links.

[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
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

WebWebAnswer()

Initializes a new instance of the WebWebAnswer class.

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

Initializes a new instance of the WebWebAnswer class.

Properties

FollowUpQueries (Inherited from Answer)
Id

Gets a String identifier.

(Inherited from Identifiable)
IsFamilyFriendly (Inherited from SearchResultsAnswer)
QueryContext (Inherited from SearchResultsAnswer)
SomeResultsRemoved

Gets a Boolean value that indicates whether the response excluded some results from the answer. If Bing excluded some results, the value is true.

TotalEstimatedMatches

Gets the estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.

(Inherited from SearchResultsAnswer)
Value

Gets or sets a list of webpages that are relevant to the query.

WebSearchUrl

Gets the URL To Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to