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) • 356 B
TypeScript
/**
* @description
* Augnito Source of Communication
*/
declare enum AugnitoSource {
/**
* @description
* Augnito Source of Communication: web application
*/
WEB_APP = 0,
/**
* @description
* Augnito Source of Communication: mobile application
*/
MOBILE_APP = 1
}
export { AugnitoSource };