Compartir a través de


Web Clase

Definición

Operaciones 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
Herencia
Web
Implementaciones

Constructores

Web(WebSearchClient)

Inicializa una nueva instancia de la clase Web.

Propiedades

Client

Obtiene una referencia a WebSearchClient.

Métodos

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)

Web Search API le permite enviar una consulta de búsqueda a Bing y obtener resultados de búsqueda que incluyen vínculos a páginas web, imágenes, etc.

Métodos de extensión

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)

Web Search API le permite enviar una consulta de búsqueda a Bing y obtener resultados de búsqueda que incluyen vínculos a páginas web, imágenes, etc.

Se aplica a