다음을 통해 공유


TextSearchResult(String) Constructor

Definition

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

Applies to