Share via


TextSearchStringMapper Class

Definition

Default implementation of ITextSearchStringMapper that use the MapFromResultToString(Object) delegate.

public class TextSearchStringMapper : Microsoft.SemanticKernel.Data.ITextSearchStringMapper
type TextSearchStringMapper = class
    interface ITextSearchStringMapper
Public Class TextSearchStringMapper
Implements ITextSearchStringMapper
Inheritance
TextSearchStringMapper
Implements

Constructors

TextSearchStringMapper(MapFromResultToString)

Default implementation of ITextSearchStringMapper that use the MapFromResultToString(Object) delegate.

Methods

MapFromResultToString(Object)

Map from an Object which represents a result value associated with a ITextSearch implementation to a a String instance.

Applies to