다음을 통해 공유


TextSearchResultMapper Class

Definition

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.

Applies to