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
7 lines (6 loc) • 312 B
TypeScript
import { ActionRecipe, PrepareCommandRecipe } from '../recipe/ActionRecipe';
declare abstract class AugnitoCommandsStatic {
static createGoToDocumentEndCommand(): Partial<ActionRecipe>;
static prepareRecipe(command: PrepareCommandRecipe): Partial<ActionRecipe>;
}
export { AugnitoCommandsStatic };