TextSearchResult(String) Constructor
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.
Represents a search result retrieved from a ITextSearch instance.
public TextSearchResult(string value);
new Microsoft.SemanticKernel.Data.TextSearchResult : string -> Microsoft.SemanticKernel.Data.TextSearchResult
Public Sub New (value As String)
Parameters
- value
- String
The text search result value.
Remarks
An instance of TextSearchResult is a normalized search result which provides access to: - Name associated with the search result - Value associated with the search result - Link reference associated with the search result