GoogleTextSearch 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.
A Google Text Search implementation that can be used to perform searches using the Google Web Search API.
public sealed class GoogleTextSearch : IDisposable, Microsoft.SemanticKernel.Data.ITextSearch
type GoogleTextSearch = class
interface ITextSearch
interface IDisposable
Public NotInheritable Class GoogleTextSearch
Implements IDisposable, ITextSearch
- Inheritance
-
GoogleTextSearch
- Implements
Constructors
| GoogleTextSearch(BaseClientService+Initializer, String, GoogleTextSearchOptions) |
Initializes a new instance of the GoogleTextSearch class. |
| GoogleTextSearch(String, String, GoogleTextSearchOptions) |
Initializes a new instance of the GoogleTextSearch class. |
Methods
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetSearchResultsAsync(String, TextSearchOptions, CancellationToken) |
Perform a search for content related to the specified query and return Object values representing the search results. |
| GetTextSearchResultsAsync(String, TextSearchOptions, CancellationToken) |
Perform a search for content related to the specified query and return TextSearchResult values representing the search results. |
| SearchAsync(String, TextSearchOptions, CancellationToken) |
Perform a search for content related to the specified query and return String values representing the search results. |