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
15 lines (14 loc) • 644 B
TypeScript
import { ActionRecipe } from '../../recipe/ActionRecipe';
import { EditorType } from '../core/EditorType';
import { CommonContentEditableProcessor } from './CommonContentEditableProcessor';
declare class CKEditor4InteropProcessor extends CommonContentEditableProcessor {
validateDependencies(): void;
get editorType(): EditorType;
customLineBreakFunction(): void;
customSelectProcessor(actionRecipe: Partial<ActionRecipe>): boolean;
customCommandProcessor(action: string): boolean;
private getEditor;
private findInstance;
private CKEditorPanelButtonEnable;
}
export { CKEditor4InteropProcessor };