ITextSearch Interface
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.
Interface for text based search queries for use with Semantic Kernel prompts and automatic function calling.
public interface ITextSearch
type ITextSearch = interface
Public Interface ITextSearch
- Derived
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. |