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

20 lines (19 loc) 544 B
type AugnitoMobileSocketResponse = { ToDeviceId: string; FromDeviceId: string; Type: string; SeqId: string; Data: AugnitoMobileSocketResponseData; }; type AugnitoMobileSocketResponseData = { UserTag: string; AppNotification?: AugnitoAppNotification; }; type AugnitoAppNotification = { Message: string; SubType: string; SubscriptionCode: string; UserCode: string; Word: string; }; export { AugnitoMobileSocketResponse, AugnitoMobileSocketResponseData, AugnitoAppNotification };