BingTextSearch 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 Bing Text Search implementation that can be used to perform searches using the Bing Web Search API.
public sealed class BingTextSearch : Microsoft.SemanticKernel.Data.ITextSearch
type BingTextSearch = class
interface ITextSearch
Public NotInheritable Class BingTextSearch
Implements ITextSearch
- Inheritance
-
BingTextSearch
- Implements
Constructors
| BingTextSearch(String, BingTextSearchOptions) |
Create an instance of the BingTextSearch with API key authentication. |
Methods
| 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. |