Partager via


SearchResponse Constructeurs

Définition

Surcharges

SearchResponse()

Initialise une nouvelle instance de la classe SearchResponse.

SearchResponse(String, String, QueryContext, WebWebAnswer, Images, News, RelatedSearchesRelatedSearchAnswer, SpellSuggestions, TimeZone, Videos, Computation, RankingRankingResponse)

Initialise une nouvelle instance de la classe SearchResponse.

SearchResponse()

Initialise une nouvelle instance de la classe SearchResponse.

public SearchResponse ();
Public Sub New ()

S’applique à

SearchResponse(String, String, QueryContext, WebWebAnswer, Images, News, RelatedSearchesRelatedSearchAnswer, SpellSuggestions, TimeZone, Videos, Computation, RankingRankingResponse)

Initialise une nouvelle instance de la classe SearchResponse.

public SearchResponse (string id = default, string webSearchUrl = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.QueryContext queryContext = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.WebWebAnswer webPages = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Images images = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.News news = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RelatedSearchesRelatedSearchAnswer relatedSearches = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SpellSuggestions spellSuggestions = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.TimeZone timeZone = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Videos videos = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Computation computation = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingResponse rankingResponse = default);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SearchResponse : string * string * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.QueryContext * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.WebWebAnswer * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Images * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.News * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RelatedSearchesRelatedSearchAnswer * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SpellSuggestions * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.TimeZone * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Videos * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Computation * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RankingRankingResponse -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SearchResponse
Public Sub New (Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional queryContext As QueryContext = Nothing, Optional webPages As WebWebAnswer = Nothing, Optional images As Images = Nothing, Optional news As News = Nothing, Optional relatedSearches As RelatedSearchesRelatedSearchAnswer = Nothing, Optional spellSuggestions As SpellSuggestions = Nothing, Optional timeZone As TimeZone = Nothing, Optional videos As Videos = Nothing, Optional computation As Computation = Nothing, Optional rankingResponse As RankingRankingResponse = Nothing)

Paramètres

id
String

Identificateur de chaîne.

webSearchUrl
String

URL vers le résultat de recherche bing pour cet élément.

queryContext
QueryContext

Objet contenant la chaîne de requête utilisée par Bing pour la demande. Il comporte la chaîne de requête entrée par l’utilisateur. La chaîne de requête utilisée par Bing pour la requête peut également être une chaîne de requête modifiée, s’il y avait une faute d’orthographe dans la chaîne de requête.

webPages
WebWebAnswer

Liste des pages web pertinentes pour la requête de recherche.

images
Images

Liste d’images pertinentes pour la requête de recherche.

news
News

Liste des articles d’actualités pertinents pour la requête de recherche.

relatedSearches
RelatedSearchesRelatedSearchAnswer

Liste des requêtes associées effectuées par d’autres personnes.

spellSuggestions
SpellSuggestions

Chaîne de requête qui représente probablement l’intention de l’utilisateur.

timeZone
TimeZone

Date et heure d’un ou de plusieurs emplacements géographiques.

videos
Videos

Liste des vidéos pertinentes pour la requête de recherche.

computation
Computation

Réponse à une expression mathématique ou une expression de conversion d’unités.

rankingResponse
RankingRankingResponse

Ordre dans lequel Bing vous suggère d’afficher les résultats de la recherche.

S’applique à