All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.semantickernel.data.textsearch.TextSearchStringMapper Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
// Copyright (c) Microsoft. All rights reserved.
package com.microsoft.semantickernel.data.textsearch;

/**
 * Maps a search result to a string.
 */
public interface TextSearchStringMapper {
    /**
     * Maps a search result to a string.
     *
     * @param result The search result.
     * @return The string.
     */
    String fromResultToString(Object result);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy