GoogleConnector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Google search connector. Provides methods to search using Google Custom Search API.
public sealed class GoogleConnector : IDisposable, Microsoft.SemanticKernel.Plugins.Web.IWebSearchEngineConnector
type GoogleConnector = class
interface IWebSearchEngineConnector
interface IDisposable
Public NotInheritable Class GoogleConnector
Implements IDisposable, IWebSearchEngineConnector
- Inheritance
-
GoogleConnector
- Implements
Constructors
| GoogleConnector(BaseClientService+Initializer, String, ILoggerFactory) |
Initializes a new instance of the GoogleConnector class. |
| GoogleConnector(String, String, ILoggerFactory) |
Initializes a new instance of the GoogleConnector class. |
Methods
| Dispose() |
Disposes the GoogleConnector instance. |
| SearchAsync<T>(String, Int32, Int32, CancellationToken) |
Execute a web search engine search. |