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

8 lines (7 loc) 205 B
import { AugnitoSDKError } from './AugnitoSDKErrors'; type AugnitoSDKErrorMessage = { Type: AugnitoSDKError; Message: string; IsWebClient: boolean; }; export { AugnitoSDKErrorMessage };