@azure/search-documents
Version:
Azure client library to use AI Search for node.js and browser.
10 lines • 453 B
TypeScript
import type { SynonymMap } from "./serviceModels.js";
/**
* Helper method to create a SynonymMap object. This is a NodeJS only method.
*
* @param name - Name of the SynonymMap.
* @param filePath - Path of the file that contains the Synonyms (seperated by new lines)
* @returns SynonymMap object
*/
export declare function createSynonymMapFromFile(name: string, filePath: string): Promise<SynonymMap>;
//# sourceMappingURL=synonymMapHelper.d.ts.map