TextSearchStringMapper 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 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. |