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) • 698 B
TypeScript
import { ActionRecipe } from '../recipe';
export declare const ProcessSelect: (recipe: Partial<ActionRecipe>, RichEdit: any) => boolean;
export declare const DynamicFiled: (recipe: Partial<ActionRecipe>, RichEdit: any) => void;
export declare const FindAllText: (recipe: Partial<ActionRecipe>, RichEdit: any) => {
HighlightButton: any;
WordInterval: any;
}[] | undefined;
export declare const ClearSearch: (RichEdit: any) => void;
export declare const goToDocumentEnd: (RichEdit: any) => void;
export declare const ProcessSelectForAction: (SelectFor: string, RichEdit: any) => boolean;
export declare const ExecuteRichEditorCommand: (commandName: string, RichEdit: any) => void;