Share via


SearchResultsAnswer Class

Definition

public class SearchResultsAnswer : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Answer
type SearchResultsAnswer = class
    inherit Answer
Public Class SearchResultsAnswer
Inherits Answer
Inheritance
Derived

Constructors

SearchResultsAnswer()

Initializes a new instance of the SearchResultsAnswer class.

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

Initializes a new instance of the SearchResultsAnswer class.

Properties

FollowUpQueries (Inherited from Answer)
Id

Gets a String identifier.

(Inherited from Identifiable)
IsFamilyFriendly
QueryContext
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.

WebSearchUrl

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

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to