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