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
11 lines (10 loc) • 390 B
TypeScript
export { Augnito } from './Augnito';
export { AugnitoMobile } from './AugnitoMobile';
export { AugnitoSDKErrorMessage } from './support/AugnitoSDKErrorMessage';
export { AugnitoSDKError } from './support/AugnitoSDKErrors';
export * from './interop';
export * from './config/';
export * from './commands';
export * from './recipe';
export * from './config';
export * from './api';