TextSearchResultMapper.MapFromResultToTextSearchResult(Object) Method
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.
Map from an Object which represents a result value associated with a ITextSearch implementation to a a TextSearchResult instance.
public Microsoft.SemanticKernel.Data.TextSearchResult MapFromResultToTextSearchResult(object result);
abstract member MapFromResultToTextSearchResult : obj -> Microsoft.SemanticKernel.Data.TextSearchResult
override this.MapFromResultToTextSearchResult : obj -> Microsoft.SemanticKernel.Data.TextSearchResult
Public Function MapFromResultToTextSearchResult (result As Object) As TextSearchResult
Parameters
- result
- Object
The result value to map.
Returns
A TextSearchResult instance.