IWebSearchService
Wisej.AI.Services.IWebSearchService
Namespace: Wisej.AI.Services
Assembly: Wisej.AI (3.5.0.0)
Represents a service for performing web searches.
public interface IWebSearchService
Properties
MaxSites

Int32: Gets or sets the maximum number of sites to search.
Methods
SearchAsync(query)

Asynchronously performs a web search with the specified query.
Parameter
Type
Description
Returns: Task<String>. A task that represents the asynchronous operation. The task result contains the search results as a string.
Implemented By
Name
Description
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.
Last updated