UNPKG

augnitosdk

Version:

AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy

9 lines (8 loc) 300 B
import { AugnitoAPIServer } from '../config/AugnitoConfig'; /** * Return the path of the domain from an AugnitoAPIServer * @param server the current server * @returns the domain path */ declare const getDomainName: (server: AugnitoAPIServer | string) => string; export { getDomainName };