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

6 lines (5 loc) 151 B
export interface CustomCommandModel { CommandName: string; CustomCallback?: (paramter?: any) => void; CustomCallbackParameter: any; }