Class DefaultTextSearchStringMapper
- java.lang.Object
-
- com.microsoft.semantickernel.data.textsearch.DefaultTextSearchStringMapper
-
- All Implemented Interfaces:
TextSearchStringMapper
public class DefaultTextSearchStringMapper extends Object implements TextSearchStringMapper
Default implementation ofTextSearchStringMapper.
-
-
Constructor Summary
Constructors Constructor Description DefaultTextSearchStringMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfromResultToString(Object result)Maps a search result to a string.
-
-
-
Method Detail
-
fromResultToString
public String fromResultToString(Object result)
Maps a search result to a string.- Specified by:
fromResultToStringin interfaceTextSearchStringMapper- Parameters:
result- The search result.- Returns:
- The string.
-
-