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) 130 B
declare class TextWordToInteger { private _wordToDigit; parse(word: string): number; } export { TextWordToInteger };