Freigeben über


MapFromResultToTextSearchResult Delegate

Definition

Delegate to map from an Object which represents a result value associated with a ITextSearch implementation to a a TextSearchResult instance.

public delegate Microsoft.SemanticKernel.Data.TextSearchResult MapFromResultToTextSearchResult(object result);
type MapFromResultToTextSearchResult = delegate of obj -> TextSearchResult
Public Delegate Function MapFromResultToTextSearchResult(result As Object) As TextSearchResult 

Parameters

result
Object

The result value to map.

Return Value

A TextSearchResult instance.

Applies to