Web Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Operações da 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
- Herança
-
Web
- Implementações
Construtores
Web(WebSearchClient) |
Inicializa uma nova instância da classe Web. |
Propriedades
Client |
Obtém uma referência ao 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) |
A API de Pesquisa na Web permite que você envie uma consulta de pesquisa para o Bing e obtenha de volta os resultados da pesquisa que incluem links para páginas da Web, imagens e muito mais. |
Métodos de Extensão
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) |
A API de Pesquisa na Web permite que você envie uma consulta de pesquisa para o Bing e obtenha de volta os resultados da pesquisa que incluem links para páginas da Web, imagens e muito mais. |
Aplica-se a
Azure SDK for .NET