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

12 lines (11 loc) 281 B
declare enum AugnitoSDKEvent { WS_CONNECTING = 1, MSG_MEDIA_STREAM_CREATED = 2, MSG_INIT_RECORDER = 3, MSG_RECORDING = 4, MSG_SEND_EMPTY = 6, MSG_WEB_SOCKET_OPEN = 9, MSG_WEB_SOCKET_CLOSE = 10, MSG_STOP = 11 } export { AugnitoSDKEvent };