IWebSearchService
Wisej.AI.Services.IWebSearchService
Last updated
Wisej.AI.Services.IWebSearchService
Last updated
Namespace: Wisej.AI.Services
Assembly: Wisej.AI (3.5.0.0)
Represents a service for performing web searches.
: Gets or sets the maximum number of sites to search.
Asynchronously performs a web search with the specified query.
query
The search query string.
Returns: . A task that represents the asynchronous operation. The task result contains the search results as a string.
Represents a web search service using Bing's API.
Represents a service for performing web searches using the Brave search engine.
Represents a web search service using Google's Custom Search API.
Represents the base class for web search services, providing common functionality and properties.