TextSearchResultMapper Class
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.
Default implementation of ITextSearchResultMapper that use the MapFromResultToTextSearchResult(Object) delegate.
public class TextSearchResultMapper : Microsoft.SemanticKernel.Data.ITextSearchResultMapper
type TextSearchResultMapper = class
interface ITextSearchResultMapper
Public Class TextSearchResultMapper
Implements ITextSearchResultMapper
- Inheritance
-
TextSearchResultMapper
- Implements
Constructors
| TextSearchResultMapper(MapFromResultToTextSearchResult) |
Default implementation of ITextSearchResultMapper that use the MapFromResultToTextSearchResult(Object) delegate. |
Methods
| MapFromResultToTextSearchResult(Object) |
Map from an Object which represents a result value associated with a ITextSearch implementation to a a TextSearchResult instance. |