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

18 lines (17 loc) 396 B
type AugnitoSocketResponse = { Status: number; Event: 'None' | { Type: string; Value: string; }; Type: string; SessionCode: string; Result: AugnitoSocketResult; }; type AugnitoSocketResult = { Final: boolean; IsCommand: boolean; Action: string; Transcript: string; }; export { AugnitoSocketResponse, AugnitoSocketResult };