Partager via


Web Classe

Définition

Opérations web.

public class Web : Microsoft.Azure.CognitiveServices.Search.WebSearch.IWeb, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.WebSearch.WebSearchClient>
type Web = class
    interface IServiceOperations<WebSearchClient>
    interface IWeb
Public Class Web
Implements IServiceOperations(Of WebSearchClient), IWeb
Héritage
Web
Implémente

Constructeurs

Web(WebSearchClient)

Initialise une nouvelle instance de la classe Web.

Propriétés

Client

Obtient une référence à WebSearchClient

Méthodes

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

L’API Recherche web vous permet d’envoyer une requête de recherche à Bing et d’obtenir des résultats de recherche qui incluent des liens vers des pages web, des images, etc.

Méthodes d’extension

SearchAsync(IWeb, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, CancellationToken)

L’API Recherche web vous permet d’envoyer une requête de recherche à Bing et d’obtenir des résultats de recherche qui incluent des liens vers des pages web, des images, etc.

S’applique à