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

11 lines (10 loc) 253 B
export interface AugnitoFormattingConfig { UserCode: string; SubscriptionCode: string; AccessKey: string; SmId: string; DeviceCode: string | undefined; SourceApp: string; Server: string; enableLogs?: boolean; }